mirror of https://github.com/gorhill/uBlock.git
this fixes #294
This commit is contained in:
parent
48264e1fd7
commit
4528122268
|
@ -1,4 +1,4 @@
|
|||
606b7f25bac7d0041ecd27a820283bb1 assets/ublock/unbreak.txt
|
||||
429f3be2a4b1162f5d1e134f84af832b assets/ublock/unbreak.txt
|
||||
b8fd6f6a836d34e0629dca07424d7bd8 assets/ublock/privacy.txt
|
||||
841bde1d6f0e702554d2d858da55603f assets/ublock/filters.txt
|
||||
c9c5cc56bec563bc1885847f925b9be2 assets/ublock/mirror-candidates.txt
|
||||
|
|
|
@ -32,6 +32,15 @@
|
|||
# To counter `liverail.com` in Peter Lowe's, MVPS, and hpHosts
|
||||
@@||cdn-static.liverail.com^$object-subrequest
|
||||
|
||||
# https://github.com/chrisaljoudi/uBlock/issues/580
|
||||
# To counter `liverail.com` in Dan Pollock's, hpHosts, MVPS, Peter Lowe's
|
||||
@@||cdn-static.liverail.com$domain=9to5mac.com
|
||||
|
||||
# https://github.com/gorhill/uBlock/issues/294
|
||||
# To counter `liverail.com` in hpHosts, Peter Lowe
|
||||
# To counter `vox-static.liverail.com` in Dan Pollock, hpHosts, MVPS
|
||||
@@||vox-static.liverail.com/swf/$object-subrequest,domain=cdnapi.kaltura.com
|
||||
|
||||
# cnet.com needs this for video players
|
||||
# https://github.com/chrisaljoudi/uBlock/issues/227
|
||||
# To counter `2mdn.net` in Peter Lowe's
|
||||
|
@ -119,10 +128,6 @@ ovh.strim.io#@##tweets
|
|||
# To counter `top.mail.ru` in Peter Lowe's
|
||||
@@||top.mail.ru^$~third-party
|
||||
|
||||
# https://github.com/chrisaljoudi/uBlock/issues/580
|
||||
# To counter `liverail.com` in Dan Pollock's, hpHosts, MVPS, Peter Lowe's
|
||||
@@||cdn-static.liverail.com$domain=9to5mac.com
|
||||
|
||||
# https://github.com/chrisaljoudi/uBlock/issues/602
|
||||
# To counter `/ads.css` in EasyList
|
||||
@@||css.washingtonpost.com/*/ads.css$stylesheet,~third-party
|
||||
|
|
Loading…
Reference in New Issue