mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +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
|
||||
|
||||
@@ -371,16 +371,8 @@ hentai-id.tv#%#//scriptlet('href-sanitizer', 'a[href*="://ouo.io/"]', '?s')
|
||||
playpaste.com#%#//scriptlet("prevent-window-open")
|
||||
! https://github.com/AdguardTeam/AdguardFilters/issues/40879
|
||||
tuhentaionline.com#%#//scriptlet("abort-on-property-read", "Pub2")
|
||||
! https://github.com/AdguardTeam/AdguardFilters/issues/22053
|
||||
futeboltvgratis.com#%#window.open = function() {};
|
||||
! https://github.com/AdguardTeam/AdguardFilters/issues/21977
|
||||
gnula.nu#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/\(\)>0x0\)\{fA=setTimeout\(/.test(a.toString()))return b(a,c)};})();
|
||||
! https://github.com/AdguardTeam/AdguardFilters/issues/7559
|
||||
!+ NOT_PLATFORM(windows, mac, android)
|
||||
animalog.biz#%#window.open = function() {};
|
||||
! https://forum.adguard.com/index.php?threads/26449/
|
||||
newpct1.com#%#window.open = function() {};
|
||||
newpct1.com#%#window.atob = function() { };
|
||||
!
|
||||
!--------------------------------------!
|
||||
!------- CSS fixes --------------------!
|
||||
|
||||
Reference in New Issue
Block a user