mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-31 12:23:36 +00:00
Remove JS rules used to set a cookie - 2024 Mar 6 part 1 (#174216)
* remove outdated rule * remove dead domain * remove outdated rule * remove outdated rule * replace JS rule with scriptlet
This commit is contained in:
@@ -261,6 +261,7 @@ pracazarohom.*,seduo.*#%#//scriptlet('remove-class', 'force--consent|show--conse
|
||||
!
|
||||
! NOTE: Regular rules
|
||||
!
|
||||
temu.com#%#//scriptlet('trusted-set-cookie', 'privacy_setting', '100')
|
||||
meteored.com.ar#$#.cmp_gdpr { display: none !important; }
|
||||
meteored.com.ar#$#body { overflow: auto !important; }
|
||||
dzieciecyszpital.pl###cookies-glass
|
||||
@@ -11790,7 +11791,6 @@ tinder.com#%#//scriptlet('trusted-click-element', 'button[data-testid="privacyPr
|
||||
sunnyside.shop#?##root > div[class^="jss"] > div[class^="jss"]:has(> h6.text-info > a[href="/cookie-policy"])
|
||||
hub.supermetrics.com#%#//scriptlet('set-cookie', 'cookies_accepted', 'true')
|
||||
today.it#%#//scriptlet('remove-class', 'iub--active', '.o-wrapper.iub--active')
|
||||
temu.com#%#document.cookie = "privacy_setting=100; path=/";
|
||||
vadhander.hogakusten.com#%#//scriptlet('trusted-set-local-storage-item', 'cookie_consent', '{"consent":true,"necessary":true,"preference":false,"statistics":false,"marketing":false}')
|
||||
nordicnest.*#%#//scriptlet('set-local-storage-item', 'accept_cookies', '1')
|
||||
canyon.com#%#//scriptlet('trusted-click-element', '#js-data-privacy-save-button', '', '500')
|
||||
|
||||
@@ -63,9 +63,6 @@ finance.rambler.ru#%#//scriptlet('hide-in-shadow-dom', '.social--top')
|
||||
businessinsider.in#%#AG_onLoad(function(){location.href.includes("/amp_")&&(new MutationObserver(function(){document.querySelectorAll("div.i-amphtml-next-page-shadow-root").forEach(function(a){a.shadowRoot&&a.shadowRoot.querySelectorAll("div.share_widget:not([style]), div#social:not([style])").forEach(function(b){b.style="display: none !important;"})})})).observe(document,{childList:!0,subtree:!0})});
|
||||
! https://github.com/AdguardTeam/AdguardFilters/issues/58976
|
||||
himovies.to#%#document.cookie="show_share=true; path=/;";
|
||||
! https://github.com/AdguardTeam/AdguardFilters/issues/37159
|
||||
!+ PLATFORM(android)
|
||||
unn.com.ua#%#document.cookie = "scps=1";
|
||||
! https://github.com/AdguardTeam/AdguardFilters/issues/13064
|
||||
forbes.com#%#//scriptlet('remove-attr', 'href', '.article-body .tweet_quote > a[href^="https://twitter.com/intent/"]')
|
||||
! https://github.com/AdguardTeam/AdguardFilters/issues/46696
|
||||
@@ -73,12 +70,6 @@ yasir252.com#%#AG_onLoad(function(){setTimeout(function(){var a=document.querySe
|
||||
!
|
||||
~yandex.ru,~wetter.com,~milli-firka.org,~assassinscreed.com,~surfingbird.ru,~samsung.com,~imgur.com,~rockstargames.com#%#var addthis = { init: function() {}, addEventListener: function() {}, button: function() {}, counter: function() {}, update: function() {}, toolbox: function() {}, layers: function() {} };
|
||||
hopesandfears.com#%#twttr={events: { bind: function() {} }};
|
||||
! https://github.com/AdguardTeam/ExperimentalFilter/issues/261
|
||||
megalyrics.ru#%#document.cookie = "no_fb=true";
|
||||
! http://forum.adguard.com/showthread.php?4227
|
||||
minprom.ua#%#document.cookie = "popup_user_login=yes";
|
||||
! https://forum.adguard.com/index.php?threads/11624/
|
||||
wowjp.net#%#AG_onLoad(function() {if (document.cookie.indexOf("viewedOuibounceModal") == -1) { document.cookie = "viewedOuibounceModal=true"; } });
|
||||
!
|
||||
!-------------------
|
||||
!-------CSS---------
|
||||
|
||||
Reference in New Issue
Block a user