Results 767 comments of Alex

*ping* https://github.com/AdguardTeam/AdguardFilters/issues/118117

Any news? For the third year there is no progress.

@ryanbr `game3rb.com#@##social-top`

Chat is not working, when `||google-analytics.com/analytics.js$script,redirect=google-analytics,domain=~olx.*|~banki.ru|~bigc.co.th` applied It works, when GA script is blocked as usual. Before checking, this rule must be disabled or badfiltered `@@||google-analytics.com/analytics.js$script,redirect=google-analytics,domain=nordvpn.com,important`

Same here(and probably `gtm.js`) https://www.expressvpn.com/ Fixed by ``` @@||googletagmanager.com/gtm.js$domain=expressvpn.com @@||google-analytics.com/analytics.js$script,redirect=google-analytics,domain=expressvpn.com ```

Another example ``` https://www.zalando.fi/faq/Palautus-and-Hyvitys/Usean-tilauksen-palauttaminen-samassa-paketissa.html?wmc=CRM358_TMS_FI.ONL_MIX_NMT_TM732%22709)194178%&cd084=bundling_faq%20&cd085=47A44Ze6,Y31S#31x0&H89q%3EYj1u90265501&wt_cd=w5gXXv4N14v408Fpt7uM8X3Fu16q4x80&tm_hem=o3P36z62253O1M66813Bi8mK336ym10Z ``` Not sure what the purpose of `#` here, but these rules do no remove parameters ``` ||zalando.fi^$removeparam=wt_cd ||zalando.fi^$removeparam=tm_hem ``` If `#` replaced by `?`, all...

@ameshkov many sites(for example, Dutch) generate cookies with calculated value(name is also can be changed). Cookie with random value does not accepted by the site.

But `set-cookie` will be useful in any case.

@ameshkov maybe something like that(condition with cookie or URL part + MutationObserver with timeout) ``` #%#AG_onLoad(function() {var b=new MutationObserver(function() {var c=document.querySelector('button[title="Akzeptieren"]'); c&&(b.disconnect(),c.click()) });b.observe(document, {childList: !0,subtree: !0});setTimeout(function() {b.disconnect()}, 1E4)}); #%#AG_onLoad(function(){if(window.location.href.includes("consentUUID")){var g=new...