This commit is contained in:
Adam
2022-04-01 14:28:01 +02:00
parent 68622cbe67
commit 2dddc277ea
2 changed files with 3 additions and 1 deletions

View File

@@ -8317,7 +8317,7 @@ starfieldtech.com#%#//scriptlet('set-cookie', 'pwinteraction', '1')
futterhaus.de#%#//scriptlet('remove-class', 'is-blurred-cookiebox', 'html.is-blurred-cookiebox')
petsdeli.de#%#//scriptlet('set-cookie', 'visited', 'yes')
consent2.rundschau-online.de#%#AG_onLoad(function() { setTimeout(function() { var el = document.querySelector('button[title^="Akzeptieren"]'); if(el) el.click(); }, 500); });
lemonde.fr#%#AG_onLoad(function(){if(-1==document.cookie.indexOf("euconsent-v2")){var a=new MutationObserver(function(){var b=document.querySelector(".gdpr-lmd-standard button.gdpr-lmd-button--main[data-gdpr-expression]");b&&(a.disconnect(),b.click())});a.observe(document,{childList:!0,subtree:!0});setTimeout(function(){a.disconnect()},1E4)}});
lemonde.fr#%#AG_onLoad(function(){if(-1==document.cookie.indexOf("euconsent-v2")){var a=new MutationObserver(function(){var b=document.querySelector(".gdpr-lmd-wall button.gdpr-lmd-button--main[data-gdpr-expression]");b&&(a.disconnect(),b.click())});a.observe(document,{childList:!0,subtree:!0});setTimeout(function(){a.disconnect()},1E4)}});
uhrforum.de#%#//scriptlet('remove-attr', 'style', 'body[style*="overflow: hidden;"]')
mydpd.at#%#//scriptlet('set-cookie', 'cc', '1')
erlangen-hoechstadt.de#%#//scriptlet("set-constant", "cookieselectionOverlay.load", "noopFunc")

View File

@@ -5,6 +5,8 @@
! Good: example.org#?#main > div.row:has(> div.ad)
! Bad: example.org##main > div.ad (should be in specific.txt)
!
! https://github.com/AdguardTeam/AdguardFilters/issues/114163
lemonde.fr#?#.aside__iso > .friend__container:has(> .friend--sticky > .OUTBRAIN)
! https://github.com/AdguardTeam/AdguardFilters/issues/105651
crunchyscan.fr#?#.body-wrap > .c-sidebar:not(:has([id*="manga"]))
! https://github.com/AdguardTeam/AdguardFilters/issues/104938