mirror of https://github.com/gorhill/uBlock.git
this fixes video playback on weather.com
This commit is contained in:
parent
80d9a72c3c
commit
597889cf90
|
@ -1,6 +1,6 @@
|
|||
2d0a4786a7175bf73b788436cf65bc5a assets/ublock/filter-lists.json
|
||||
6572a7bce5f1747fee597cb170bd3b98 assets/ublock/privacy.txt
|
||||
febc8b0cb8224fd232d4a95557db05b5 assets/ublock/filters.txt
|
||||
9aefd6606f4a044922ab2b1485c5aa2b assets/ublock/filters.txt
|
||||
4d9e52dd0f2fa7b4ff3c80043096e542 assets/ublock/mirror-candidates.txt
|
||||
36a285b3ef9aadad4529d40153364013 assets/thirdparties/adblock-chinalist.googlecode.com/svn/trunk/adblock.txt
|
||||
d8c58f5bb8072907ae361bc14dbbd28f assets/thirdparties/cjxlist1.googlecode.com/svn/cjxlist.txt
|
||||
|
|
|
@ -102,6 +102,7 @@ google.*###center_col > #tads
|
|||
@@||s.imwx.com^
|
||||
|
||||
# https://github.com/gorhill/uBlock/issues/141
|
||||
# Videos broken on weather.com
|
||||
# To counter `tags.tiqcdn.com` in MVPS
|
||||
@@||tags.tiqcdn.com/utag/*.js$script,domain=cnet.com|weather.com
|
||||
|
||||
|
@ -185,4 +186,8 @@ google.*###center_col > #tads
|
|||
@@||google-analytics.com^$domain=jackbox.tv
|
||||
|
||||
# To counter `m.bestofmedia.com` in hpHosts
|
||||
@@||m.bestofmedia.com^
|
||||
@@||m.bestofmedia.com^
|
||||
|
||||
# Videos broken on weather.com
|
||||
# To counter `www.googletagservices.com` in MVPS, hpHosts, Dan Pollock's
|
||||
@@||www.googletagservices.com/tag/js/gpt.js^$script,domain=weather.com
|
Loading…
Reference in New Issue