Skip to content

Commit

Permalink
this fixes #1081
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Dec 17, 2015
1 parent e34d500 commit 00122f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/checksums.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
531643477d70059fda3ea50a4c69dc56 assets/ublock/unbreak.txt
a78fc7352152d7f1f7513dfc34c8d8a2 assets/ublock/redirect-resources.txt
4d0e777a82576a2ec771742abb91925b assets/ublock/unbreak.txt
370d0ecdba45e4d2979861a02cd66815 assets/ublock/redirect-resources.txt
6c077d6d5b39e8a5a407966ad62c9c32 assets/ublock/privacy.txt
d2e6db232dafac3c813979ae8ce9d9a1 assets/ublock/filters.txt
146704ad1c0393e342afdb416762c183 assets/ublock/badware.txt
Expand Down
9 changes: 8 additions & 1 deletion assets/ublock/redirect-resources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,21 @@ www.google-analytics.com/ga.js application/javascript
return a;
};
//

This comment has been minimized.

Copy link
@Lizzie1411

Lizzie1411 Dec 12, 2016

blocking TRACKER version of goo/Should_be_4_ELEMENTARY_dating_Not_UWEDME!

This comment has been minimized.

Copy link
@Lizzie1411

Lizzie1411 Dec 12, 2016

...+@@||google-analytics.com/ga.js$domain=one.co.il

var tracker = {
_initData: noopfn,
_trackPageview: noopfn
};
//
var Gat = function() {
;
};
Gat.prototype._anonymizeIP = noopfn;
Gat.prototype._createTracker = noopfn;
Gat.prototype._forceSSL = noopfn;
Gat.prototype._getPlugin = noopfn;
Gat.prototype._getTracker = noopfn;
Gat.prototype._getTracker = function() {
return tracker;
};
Gat.prototype._getTrackerByName = function() {
return tracker;
};
Expand Down
3 changes: 3 additions & 0 deletions assets/ublock/unbreak.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,6 @@ marketwatch.com#@#.advertisement

# https://github.com/gorhill/uBlock/issues/1082
@@||widgets.outbrain.com/outbrain.js$script,domain=www.themarker.com

# https://github.com/gorhill/uBlock/issues/1081
@@||google-analytics.com/ga.js$domain=one.co.il

0 comments on commit 00122f0

Please sign in to comment.