diff options
author | gorhill <rhill@raymondhill.net> | 2014-10-24 00:09:14 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2014-10-24 00:09:14 -0400 |
commit | 2c38e1f05245763edf7bfeb4ca04301889f497c6 (patch) | |
tree | c4c04ab47a25cc40a0f9d7eb6efc11888827c789 /assets | |
parent | af3f6d905a0381145602bef27eb4187398fb86c2 (diff) | |
download | uBlock-2c38e1f05245763edf7bfeb4ca04301889f497c6.zip uBlock-2c38e1f05245763edf7bfeb4ca04301889f497c6.tar.gz uBlock-2c38e1f05245763edf7bfeb4ca04301889f497c6.tar.bz2 |
to fix links not working on tiramillas.net
Diffstat (limited to 'assets')
-rw-r--r-- | assets/checksums.txt | 2 | ||||
-rw-r--r-- | assets/ublock/filters.txt | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/assets/checksums.txt b/assets/checksums.txt index f306ca7..daf0ec0 100644 --- a/assets/checksums.txt +++ b/assets/checksums.txt @@ -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 diff --git a/assets/ublock/filters.txt b/assets/ublock/filters.txt index 417b9f8..518e9b8 100644 --- a/assets/ublock/filters.txt +++ b/assets/ublock/filters.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 |