Replies: 1 comment
-
https://www.reddit.com/r/uBlockOrigin/comments/1bwab0g/trying_a_filter_into_the_console/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
I tried to reproduce the issue when...
Description
Hi
I needed create new Firefox profile because i had issues with old one, but i am trying add manually network requests blocked data and i try use old method which not work and not have found any new methods so is this bug or no? Also is there some new method or do i really misremember some important steps?
I know i can move old profile data folder to new one, but not want to do that bc i think it can cause some issues so im trying avoid doing that.
If not thats fine, wanted only ask.
A specific URL where the issue occurs.
Steps to Reproduce
Open about:debugging
find ublock origin and click Inspect
Console
add one by one:
µBlock.localSettings.blockedRequestCount;
µBlock.localSettings.allowedRequestCount;
Expected behavior
get some numbers and add these to that:
µBlock.localSettings.blockedRequestCount = 123;
µBlock.localSettings.allowedRequestCount = 123
µBlock.saveLocalSettings();
vAPI.app.restart();
Actual behavior
undefined error
uBO version
1.57.2
Browser name and version
Firefox, 126.0
Operating System and version
Windows 11, 23H2, 22631.3593
Beta Was this translation helpful? Give feedback.
All reactions