mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
block&redirect googletagservices.com/gpt.js to neutered version
This commit is contained in:
parent
46d39838e3
commit
bd0c24bd97
@ -1,9 +1,9 @@
|
|||||||
a65d3b35ba116f897c7ef5db2046da73 assets/ublock/unbreak.txt
|
a65d3b35ba116f897c7ef5db2046da73 assets/ublock/unbreak.txt
|
||||||
487882164fd6aa571fbc10d5f01eb7e1 assets/ublock/redirect-resources.txt
|
75e569a8d01f1e5ab5b0bf66db48d1ef assets/ublock/redirect-resources.txt
|
||||||
7a04294b44b88baa34cf3e4bfe0e59db assets/ublock/privacy.txt
|
7a04294b44b88baa34cf3e4bfe0e59db assets/ublock/privacy.txt
|
||||||
b2dbf435507aa0262b289c67cbef2142 assets/ublock/filters.txt
|
b2dbf435507aa0262b289c67cbef2142 assets/ublock/filters.txt
|
||||||
146704ad1c0393e342afdb416762c183 assets/ublock/badware.txt
|
146704ad1c0393e342afdb416762c183 assets/ublock/badware.txt
|
||||||
7793a25fee903eb869984d728cb1920c assets/ublock/redirect.txt
|
4b95ee2fe4c3f1c5258cc1afd9cbf677 assets/ublock/redirect.txt
|
||||||
e1a6bb625a9ee59cc57f6b77c76108ff assets/ublock/filter-lists.json
|
e1a6bb625a9ee59cc57f6b77c76108ff assets/ublock/filter-lists.json
|
||||||
f549ce62117ff04b63c177227b5cb288 assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt
|
f549ce62117ff04b63c177227b5cb288 assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt
|
||||||
da709032e6b674de08b7561e3f4e552d assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt
|
da709032e6b674de08b7561e3f4e552d assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt
|
||||||
|
@ -106,3 +106,21 @@ www.google-analytics.com/ga.js application/javascript
|
|||||||
})();
|
})();
|
||||||
window._gaq = gaq;
|
window._gaq = gaq;
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
# Ubiquitous googletagservices.com: not blocked by EasyPrivacy.
|
||||||
|
# "Tags are tiny bits of website code that let you measure traffic and
|
||||||
|
# "visitor behavior"
|
||||||
|
googletagservices.com/gpt.js application/javascript
|
||||||
|
(function() {
|
||||||
|
var noopfn = function() {
|
||||||
|
;
|
||||||
|
};
|
||||||
|
//
|
||||||
|
var gpt = window.googletag || {};
|
||||||
|
gpt._vars_ = gpt._vars_ || {};
|
||||||
|
gpt.cmd = gpt.cmd || [];
|
||||||
|
gpt.getVersion = gpt.getVersion || noopfn;
|
||||||
|
//
|
||||||
|
window.googletag = gpt;
|
||||||
|
})();
|
||||||
|
@ -15,3 +15,6 @@
|
|||||||
||aflrm.com^$subdocument,domain=dayt.se,redirect=noopframe,important
|
||aflrm.com^$subdocument,domain=dayt.se,redirect=noopframe,important
|
||||||
||dayt.se^*fuckadblock.js$script,redirect=fuckadblock.js-3.2.0,important
|
||dayt.se^*fuckadblock.js$script,redirect=fuckadblock.js-3.2.0,important
|
||||||
||imads.integral-marketing.com^$domain=dayt.se,important
|
||imads.integral-marketing.com^$domain=dayt.se,important
|
||||||
|
|
||||||
|
# googletagservices.com not blocked by EasyPrivacy (I don't know why).
|
||||||
|
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices.com/gpt.js
|
||||||
|
Loading…
Reference in New Issue
Block a user