I'm using the Chrome browser extension uBlock Origin (Chrome webstore, GitHub page). It works to block ads and other elements on web pages.
However sometimes it blocks whole pages with the message:
uBlock Origin has prevented the following page from loading
How can I disable this feature completely? It really annoys me.
34 Answers
The page itself has the solution: there are buttons in there which offers you to disable temporarily or permanently the whole page blocking (aka "strict blocking") for the current site.
If exposing hidden redirects and not connecting at all to dubious sites is less important to you than a once-in-a-while-with-easy-temporary-or-permanent-remediation "annoyance", then the wiki documentation has the solution (add to the My rules pane):
no-strict-blocking: * true 3uBlock Origin has prevented the following page from loading
uBlock Origin will block whole pages if the URL matches something in the Malware Domains list:
These domains are blocked by default:
The default behavior of uBlock Origin when newly installed is to block ads, trackers and malware sites
You can unblock them (at your own risk) by white-listing the site or by unchecking the appropriate list.
You will then be able to visit the site in question.
3Assuming you actually want to continue blocking the ad/page but not be informed that uBlock Origin did block it. You can block all popups from a webpage (read more here)
Visual method
- Open the site which has popups
- Click the uBlock extension icon
- Select icon which looks like two overlapping squares "Click to block all popups for this site".

- Select the lock (that just appeared) to make this permanent.

Manual method (useful if uBlock Origin on mobile):
- uBlock Dashboard (Settings page) -> My Rules
- Under the Temporary rules pane add a new line with
no-popups: url truein this example you would useno-popups: cimanow.tv true - Press Save
- Press Commit (to block popups permanently and will copy this to the Permanent Rules on the left hand side).
Just change the order of your $_GET arguments. Example of $_GET arguments that can force any page to be blocked....
?action=browse&
Example Fix...
?blahblahblah=blahblahblah!&action=browse
The coder of this "filter", so-called "EasyPrivacy", should most certainly not be turned on be default. And yet, it is.
