mirror of https://github.com/gorhill/uBlock.git
to fix links not working on tiramillas.net
This commit is contained in:
parent
af3f6d905a
commit
2c38e1f052
|
@ -1,6 +1,6 @@
|
|||
39c6f45e6a3d4ec664d24fa9cc5869dc assets/ublock/thirdparty-lists.txt
|
||||
6572a7bce5f1747fee597cb170bd3b98 assets/ublock/privacy.txt
|
||||
1bf9ef45423c2aed860b555dbd5e9ed5 assets/ublock/filters.txt
|
||||
86d1153eeeba0ab5daa45b6baf33ae08 assets/ublock/filters.txt
|
||||
d68d11d1e4c54022fa8582662c2589b0 assets/ublock/mirror-candidates.txt
|
||||
0184aa4f511a114e2c5b479639b6b49c assets/ublock/filter-lists.json
|
||||
132b3ecc9da8a68c3faf740c00af734b assets/thirdparties/adblock-plus-japanese-filter.googlecode.com/hg/abp_jp.txt
|
||||
|
|
|
@ -125,6 +125,8 @@ google.*###center_col > #tads
|
|||
# EasyList/EasyPrivacy fixes
|
||||
# https://github.com/gorhill/uBlock/issues/328#issuecomment-59572907
|
||||
# To counter EasyList's "||imasdk.googleapis.com^$third-party"
|
||||
@@||el-mundo.net^$domain=www.tiramillas.net
|
||||
|
||||
@@||imasdk.googleapis.com^$domain=live.geo.tv
|
||||
# To counter EasyPrivacy's "/fingerprint.js"
|
||||
@@||live.seenreport.com^*/fingerprint.js
|
||||
|
@ -159,3 +161,7 @@ google.*###center_col > #tads
|
|||
# https://github.com/gorhill/uBlock/issues/336
|
||||
# To counter `flurry.com` in Peter Lowe's, hpHosts, MVPS
|
||||
@@||flurry.com^$~third-party
|
||||
|
||||
# Chrome store feedback
|
||||
# To counter `scorecardresearch.com` in Peter's Lowe, hpHosts, Dan Pollock's, MVPS
|
||||
@@||scorecardresearch.com^$domain=tiramillas.net
|
||||
|
|
Loading…
Reference in New Issue