mirror of https://github.com/gorhill/uBlock.git
added neutered google-analytics.com/plugins/ga/inpage_linkid.js (experimental)
This commit is contained in:
parent
b5415f4f94
commit
1508dea883
|
@ -4,8 +4,8 @@
|
||||||
6ee5d75f6169a31342cf04df4749faf7 assets/ublock/filters.txt
|
6ee5d75f6169a31342cf04df4749faf7 assets/ublock/filters.txt
|
||||||
146704ad1c0393e342afdb416762c183 assets/ublock/badware.txt
|
146704ad1c0393e342afdb416762c183 assets/ublock/badware.txt
|
||||||
5baa90e2da7cd6a73edff2010557ee57 assets/ublock/redirect.txt
|
5baa90e2da7cd6a73edff2010557ee57 assets/ublock/redirect.txt
|
||||||
f9bb491dbba453752199e8378ee152bb assets/ublock/experimental.txt
|
d6d1b26a504d0ee5bf79b7420eeeb427 assets/ublock/experimental.txt
|
||||||
4ac693d22789ae6d4bcd583238dfca04 assets/ublock/resources.txt
|
97ddf85c7dd5f695825a79d470f933ef assets/ublock/resources.txt
|
||||||
04a27507388e91e924cabf1d2e88557c assets/ublock/filter-lists.json
|
04a27507388e91e924cabf1d2e88557c assets/ublock/filter-lists.json
|
||||||
50573388b525ede1a920cd4b4ee7fbf0 assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt
|
50573388b525ede1a920cd4b4ee7fbf0 assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt
|
||||||
61cc16cf02e034370f0f47bc17c46551 assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt
|
61cc16cf02e034370f0f47bc17c46551 assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt
|
||||||
|
|
|
@ -20,3 +20,6 @@
|
||||||
|
|
||||||
# Replacement for `www.google-analytics.com/analytics.js`
|
# Replacement for `www.google-analytics.com/analytics.js`
|
||||||
||google-analytics.com/analytics.js$script,redirect=google-analytics.com/analytics.js,important
|
||google-analytics.com/analytics.js$script,redirect=google-analytics.com/analytics.js,important
|
||||||
|
|
||||||
|
# https://github.com/gorhill/uBlock/issues/1248
|
||||||
|
||google-analytics.com/plugins/ga/inpage_linkid.js$script,redirect=google-analytics.com/inpage_linkid.js,important
|
||||||
|
|
|
@ -237,6 +237,15 @@ google-analytics.com/analytics.js application/javascript
|
||||||
window[gaName] = ga;
|
window[gaName] = ga;
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
google-analytics.com/inpage_linkid.js application/javascript
|
||||||
|
(function() {
|
||||||
|
window._gaq = window._gaq || {
|
||||||
|
push: function() {
|
||||||
|
;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
# Ubiquitous googletagservices.com: not blocked by EasyPrivacy.
|
# Ubiquitous googletagservices.com: not blocked by EasyPrivacy.
|
||||||
# "Tags are tiny bits of website code that let you measure traffic and
|
# "Tags are tiny bits of website code that let you measure traffic and
|
||||||
|
|
Loading…
Reference in New Issue