Closed ELLIOTTCABLE closed 4 years ago
¯\_(ツ)_/¯
Have you tried posting/asking on reddit?r/
forums :100:Do blockers like uBlock Origin run "before" Request Control; i.e. can I not catch a request and redirect it so uBlock Origin isn't bothered? Is there any way around this?
In your case that is most probably true. The order of execution of webextension depends on the order of initializing webextensions. Unfortunatelly FF does not provide ordering of webextensions execution, so it is mostly gambling.
You can try to check like this: disable uBO, enable uBO, test the link.... disable RC, enable RC, test the link
If this does not work, then the ordering is by which webextension was installed first and which last... I do not remember.
Cheers
I personally just click that "Permanently" button which creates a rule (no-strict-blocking) for uBlock to allow loading the root document for this domain and let Request control redirect it.
uBlock replaces the tab's document with this "Blocked page" document when strict blocking rule is applied. It is not possible to change this behavior from other extension.
uBlock Origin has a built-in rule that blocks a URL like this:
i.e. I'll see a screen like this when clicking it:
Now, I've tried to add a Request Control rule to skip that domain:
Unfortunately, the additionaly
*.jdoqocy.com
host and capitalized*URL=*
parameter matching doesn't seem to be working — I still get the same uBlock Origin page when clicking those links.Do blockers like uBlock Origin run "before" Request Control; i.e. can I not catch a request and redirect it so uBlock Origin isn't bothered? Is there any way around this?