Adam
Adam
Related to this - https://github.com/AdguardTeam/AdguardFilters/issues/136716 Steps to reproduce 1. Add this rule: ```adblock dobreprogramy.pl#%#//scriptlet("prevent-addEventListener", "whatever", "test") ``` 2. Go to - [https://www.dobreprogramy.pl/kupowales-w-zabce-niektore-zappsy-przepadna-po-31-grudnia,6841327104457248a](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https%3A%2F%2Fwww.dobreprogramy.pl%2Fkupowales-w-zabce-niektore-zappsy-przepadna-po-31-grudnia%2C6841327104457248a) Website is broken. Screenshot  As far as...
### AdGuard Extension version 4.3.31 ### Browser version Chrome 122 ### OS version Windows 11 ### What filters do you have enabled? AdGuard Base filter ### What Stealth Mode options...
Currently rules with `$header` are marked as invalid: ```adblock ! Error: "Unknown modifier: header=link:/adsco\.re\/>;rel=preconnect/" in the rule: "://www.*.com/*.css|$script,third-party,header=link:/adsco\.re\/>;rel=preconnect/" ://www.*.com/*.css|$script,third-party,header=link:/adsco\.re\/>;rel=preconnect/ ! Error: "Unknown modifier: header=link:/adsco\.re\/>;rel=preconnect/" in the rule: "://www.*.com*/images/*.min.js|$script,third-party,header=link:/adsco\.re\/>;rel=preconnect/" ://www.*.com*/images/*.min.js|$script,third-party,header=link:/adsco\.re\/>;rel=preconnect/ !...
Related to - https://github.com/AdguardTeam/ExtendedCss/issues/106 Another issue when it could be useful - https://github.com/AdguardTeam/AdguardFilters/issues/146786 https://github.com/AdguardTeam/AdguardFilters/pull/146872 Test page - https://jsfiddle.net/yehz25L4/ Code: ```html Document Advertisement Test 1234 qwerty ``` Rule which should remove...
I'm not sure if it's a correct place to report this issue, because it happens only with extensions. Steps to reproduce: 1. Add this rule: ``` pudelek.pl#?#div[data-testid] div[class*=" "]:matches-property("/__reactInternalInstance/.return.memoizedProps.slotNumber"="/\d+/") ```...
It looks like a regression and it started occurring in AdGuard Browser extension version 4.1.55, but works correctly in version 4.1.53. The same issue occurs in latest nightly build for...
Steps to reproduce 1. Add this rule: ```adblock example.org#?#div > :where(h1, p) ``` 2. Go to - https://example.org/ `h1` and `p` elements should be hidden, but it looks like that...
Related issue - https://github.com/AdguardTeam/AdguardFilters/issues/140279 Steps to reproduce: 1. Add this rule: ```adblock example.org#?#div:not(:has(img, input, iframe, h1, p)) ``` 2. Go to - https://example.org/ Website is blank, but it shouldn't be....
Similar issue as here - https://github.com/AdguardTeam/ExtendedCss/issues/127 Steps to reproduce: 1. Use AdGuard app 2. Add this rule to user rules: ``` hotcleaner.com#$?#body { remove: true; } ``` 3. Go here...
Related to - https://github.com/AdguardTeam/CoreLibs/issues/1840 and https://github.com/AdguardTeam/CoreLibs/issues/1683, but for mobile browsers. It seems that currently in mobile browsers (the same on desktop in mobile view) rules with `:has()` use `ExtendedCSS` instead...