Adam
Adam
I still can reproduce it, if I add mentioned rule to user rules. Screenshot  If rule is not added (or if `\n` is removed from the rule), then video...
It seems that it's caused by DNS filtering module. Issue occurs even if DNS server is set to "System default" and "DNS requests blocking" option is disabled, but app works...
If I'm not wrong, something like this: Code ```js function preventError(src) { window.addEventListener('error', function (event) { /* or event.target */ if (!event.srcElement || !event.srcElement.src) { return; } const regex =...
Regarding `creating bait elements`, I think that at the moment this website might be a good example - https://github.com/AdguardTeam/AdguardFilters/issues/75764 Their script is obfuscated, but if I understand correctly, they are...
Regarding `setting HTML elements attributes`, it would be useful if we could also set attribute by getting one of the current attributes from element. For example, here - [https://hdfilmifullizle.com/13-mezar-izle](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https%3A%2F%2Fhdfilmifullizle.com%2F13-mezar-izle) This...
I think that it would be good idea to add something similar to `prevent-fetch` scriptlet. For example, this website - `https://il.investing.com/indices/nasdaq-composite` is checking `Response.type` if it's equal to `opaque`, and...
We have alternative solutions for most of these rules, but sometimes it's not easy to find them and sometimes there may not be alternative solution (with current scriptlets).
We have a lot of JS rules, for example with `AG_onLoad` function, so it doesn't sound good.
Website doesn't load when `DNS filtering` module is enabled (it happens only on Android and even if "DNS requests blocking" is disabled and DNS server is set to "System default")....
Right, I can also reproduce it on iOS with DNS protection enabled.