The options work fine on my Cent (had to delete and reinstall it to recover the old version).
All you have to do is to search
"watch Justice League movie online free" or "watch Thor : Ragnarok 2017 movie online free" without quotes
and you can find the movie sites. They are all about the same sites hosting free online movies
Make sure you turn off all the other adblockers
I have a question on ContentBlockHelper
Examples.
When I visited Gizmodo.com, uBlock Origin shows amazon-adsystem.com is blocked and ContentBlockHelper also shows the same which means they concur.
However, chartbeat.com, googletagservices.com etc are blocked by uBlock Origin (by default) but NOT block by ContentBlockHelper. So which is correct?
Even in MT forums, google-analytics.com is blocked by uBlock Origin but NOT block by ContentBlockHelper........
Thanks
When you have an adblocker which allows own filters (e.g. Adguard or uBlock)rigin), you can add
||*^$script,subdocument,third-party,domain=~nl|~com|~org|~inf|
This sort of blocks redirects for all high level domains except NL, COM, ORG or INF
Check what your blocker supports, I just block all underwater links from high level domains I don't visit normally
for Adguard
||*^$script,object,object-subrequest,subdocument,xmlhttprequest,other,third-party,domain=~ABC|~DEF|~GHI|
for uBlock0rigin
||*^$script,object,object-subrequest,subdocument,xmlhttprequest,websocket,other,third-party,domain=~ABC|~DEF|~GHI|
ABC, DEF and GHI are the high level domains you want to allow (add more with |~JKL|~MNO|~PGR|~etc| )
Thx same to you
Policy control is a nice extension which allows in depth control (really simple to use with allow, block third-party and block all). The rules examples I posted are less restrictie (and can be overrules with Ublock0's menu) because it allows all for the excluded high level domains (NL, COM, ORG and INF in the example below). Using two lines it is possible to block for first and third-party (first rule) or third-party only (second rule)
# block plug-in (pfd,flash) subrequest except for high level domains NL, COM, ORG and INF
||*^$object-subrequest,domain=~NL|~COM|~ORG|~INF|
# block automated third-party connections except for high hlevel domains NL, COM, ORG and INF
||*^$script,object,subdocument,xmlhttprequest,websocket,other,third-party,domain=~ABC|~DEF|~GHI|
It is good to provide some monitoring on site redirects cross site connections, so I just wanted to outline this option also in this informative thread.