Adam
Adam
If content and request URL are matched then it rather should replace it (though even if it replaces the content, in devtools in the network panel original content will be...
I was able to reproduce these ads with VPN. It looks like that `https://www.iqiyi.com/prelw/portal/lw/v5/channel/recommend?lwaFastKey=Page_recommend_1&v=12.94.20247` is a script, not a `XHR` request, so `trusted-replace-xhr-response` cannot be used in this case. These...
On my end these rules still work fine. Could you additionally add this rule: ```adblock iqiyi.com##div[class^="list_list__"] > div[style*="margin-bottom:"] > div[style*="margin-right:"]:has(> div > div[style*="background-image:"] div > div[class^="video-list-item_"] > div[class^="video-list-item_"] > a[href*="&creative_id="][href*="&impress_id="])...
Okay, so as far as I understand, that rule fixed the problem. I have added it and some other rules, filters update should be available in 1-2 hours. Thank you...
Rule to block sponsored posts has been updated recently and Firefox extension cannot download JS rules, so you can also try to add a rule below to user rule. Rule:...
Regarding last comment. I checked it out with: ```adblock pvpoke-re.com#@%#//scriptlet('abort-on-property-read', 'Object.assign') pvpoke-re.com#%#//scriptlet('abort-on-stack-trace', 'Object.assign', '.js?v=') ``` and it seems that it works fine on my end (it prevents displaying anti-adblock popup)....
Do you still can reproduce it? I checked it with Chrome MV2/3 extension and it works fine.
Thank you for checking it out.
Another steps to reproduce (just in case if website will change their code or something): 1. Add these rules: ```adblock example.org#%#//scriptlet('trusted-set-attr', 'a', 'target', '_blank') example.org#%#//scriptlet('disable-newtab-links') ``` 2. Go to -...
That's rather extension issue related to https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2855 and scriptlet is executed too late. I cannot reproduce it with app for Windows. It also does not occur with extension with devtools...