mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
This commit is contained in:
@@ -1522,6 +1522,7 @@ aliexpress.com###j-site-notice-header[-ext-has='>.site-notice-container:contains
|
||||
!
|
||||
! JS rules
|
||||
!
|
||||
auto.ro#%#AG_onLoad(function() { setTimeout(function() { if(window.location.href.indexOf("cookie-wall") != -1) { document.getElementsByClassName("btn-green")[0].click();}}, 300); });
|
||||
pieseauto.ro#%#AG_onLoad(function() { var el = document.querySelector('.cookie-wall button[type="submit"]'); if(window.location.href.indexOf("/cookiewall/") != -1 && el) { el.click(); } });
|
||||
fr12.nl#%#AG_onLoad(function() { var el = document.querySelector('body[page-name="cookies"] button#cookies'); if (el) el.click(); });
|
||||
tupperware.de#%#document.cookie = "cookiesAccepted=1";
|
||||
|
||||
Reference in New Issue
Block a user