mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-31 12:23:36 +00:00
upd #192412 Get rid of JS rules against window.open
This commit is contained in:
@@ -1462,9 +1462,6 @@ golem.de#$#article[style^="-webkit-filter: blur(8px)"] { -webkit-filter: blur(0p
|
||||
golem.de##article + div.formatted[style]
|
||||
! https://forum.adguard.com/index.php?threads/13171/
|
||||
@@||morgenweb.de/adbdetect/advert.js
|
||||
! https://forum.adguard.com/index.php?threads/11966/
|
||||
||dmax.de/adblocker$popup
|
||||
dmax.de#%#(function() { var w_open = window.open, regex = /adblocker/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
|
||||
! https://github.com/AdguardTeam/AdguardFilters/issues/2522
|
||||
@@||auto-motor-und-sport.de^$generichide
|
||||
@@||auto-motor-und-sport.de/werb.gif
|
||||
|
||||
@@ -158,8 +158,6 @@ java-forum.org#%#var st = ".sidebar > div.widget-container:first-of-type, .sideb
|
||||
news.de#%#window.disablePopUnder = true;
|
||||
! https://forum.adguard.com/index.php?threads/14298/
|
||||
stern.de#%#//scriptlet("remove-attr", "data-clickcommand", "a")
|
||||
! https://github.com/AdguardTeam/AdguardFilters/issues/3326
|
||||
maniac.de#%#(function() { var w_open = window.open, regex = /maniadrd.php/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
|
||||
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1411
|
||||
sueddeutsche.de#%#window.blockAdBlock = function() {};
|
||||
! http://forum.adguard.com/showthread.php?6896
|
||||
|
||||
Reference in New Issue
Block a user