Adam
Adam
Ads on `https://www.youtube.com/tv` (related to - https://github.com/AdguardTeam/AdguardFilters/issues/172033#issuecomment-1925290685) should be fixed already, but I couldn't reproduce other issues. This one - https://github.com/AdguardTeam/AdguardFilters/issues/172033#issuecomment-1926148600 can be related to - https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2575
I would like to add a bit more specific rule. @mercadanteus Could you please test this rule: ```adblock @@||api-edge.cognitive.microsofttranslator.com/translate? ``` It seems to works fine on my end with this...
It seems that their adblock detection is broken at the moment, because I see this message even without any ad blocker. Screenshot  By the way, this website updates anti-adblock...
It's a problematic issue and it's often updated. As far as I understand, it's verified on server side (if nothing changed when I have checked it last time), so it's...
I think that it probably doesn't matter, because it sometimes works fine when third-party cookie are blocked and sometimes it doesn't. The same happens with unblocked third-party cookies on my...
Another steps to reproduce: 1. Add this rule: ```adblock fiddle.jshell.net#%#//scriptlet('log-on-stack-trace', 'document.createElement') ``` 2. Go to - `https://jsfiddle.net/eacwL8gz/` Code: ```js (()=> { const re = /(\w+)\s(\w+)/; const str = 'div a';...
It seems that it's related to this issue - https://github.com/AdguardTeam/AdguardBrowserExtension/issues/1733 and in the case of Firefox extension injecting scripts is blocked by website's Content-Security-Policy. ``` Content-Security-Policy: The page’s settings blocked...
Regarding `shoppinghow.kakao.com` case, something like this: ```js window.AdfitNativeAds = function () {}; window.AdfitNativeAds.prototype.init = function () {}; window.AdfitNativeAds.prototype.renderAs = function () { return this; }; window.AdfitNativeAds.prototype.error = function () {...
I might be wrong, but I think that the problem may be the way how `Object.defineProperty` works in Safari. There is a test page - https://jsfiddle.net/k0z6y4bq/ Code: ```html Object.defineProperty(window, 'foo',...
In this case - https://github.com/AdguardTeam/AdguardFilters/issues/170168 we might need even longer maximum delay, because this privacy consent may be displayed later than 40 seconds.