Adam
Adam
`devuploads.com` redirects to a different domains, like - `jytechs.in`, `miuiflash.com`, `thecubexguide.com`, `djxmaza.in`, so I don't understand how exactly this rule suppose to works. If I add this rule and disable...
As far as I understand, just this value of `input[id*='adblock']` is not enough (by the way AdGuard Extra also do something with this value). When last time I have checked...
https://github.com/AdguardTeam/AdguardFilters/issues/177544#issuecomment-2094294916 - To unblock some sponsored items opened in new tab I have to add `||doubleclick.net^$popup,badfilter` to user rules, but I cannot reproduce this error. Please disable filter lists one...
I cannot reproduce issue like on the video in https://github.com/AdguardTeam/AdguardFilters/issues/176554#issuecomment-2042548879 (I see sponsored with AdGuard disabled).
Regarding - https://github.com/AdguardTeam/AdguardFilters/issues/174232#issuecomment-2014967941 and https://github.com/AdguardTeam/AdguardFilters/issues/174232#issuecomment-2015157042 As a temporary workaround, pausing and then resuming video player should fixes it. Probably it should be fixed in AdGuard Extra soon.
Related to https://github.com/AdguardTeam/AdguardFilters/issues/128224 Please add this rule: ```adblock ||duden.de/themes/custom/numero/component/anti-adblocker ``` to user rules.
It's one of these problematic websites which update their anti-adblock script often.
I think that the issue on `bloomberg.com` is rather a bit different and it's related to this - https://github.com/AdguardTeam/ExtendedCss/issues/166
It seems that the same happens on [https://www.facebook.com/](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https://www.facebook.com/) with this rule: `facebook.com#?#div:matches-property("/__reactFiber/")` It should hide whole website (when you are logged in), but it doesn't work with extensions.
If I'm not wrong, as a workaround `:is()` can be used, something like: ```adblock m.timesofindia.com#?##newslisting .story_left:has(> :is(div[data-ad-id], div[id^="div-gpt"])) ```