Adam
Adam
I guess that adding domain to the same rules as for example `fansubseries.com.br` should works: ```adblock vapley.top#%#//scriptlet('abort-on-property-read', 'popUrl') vapley.top#%#//scriptlet("abort-on-property-read", "BetterJsPop") vapley.top#%#//scriptlet('set-constant', 'WebSocket', 'undefined') vapley.top#%#//scriptlet("set-constant", "adblockcheck", "false") ||unpkg.com/videojs-vast-vpaid$important,domain=vapley.top /js/script_*.js?$~third-party,domain=vapley.top ```
Could you please open filtering log, reproduce the problem, then in the filtering log search for `.mpd` (like on the screenshot below), copy whole address of it and post here?...
https://github.com/AdguardTeam/AdguardFilters/issues/178083#issuecomment-2093315156 - I cannot reproduce it. Please check if AdGuard is detected here - https://adguard.com/test.html If not, please contact technical support. https://github.com/AdguardTeam/AdguardFilters/issues/178083#issuecomment-2100090081 - To block video ads, advanced rules are...
Currently `trusted-replace-fetch-response` scriptlet is used to block ads and avoid adblock detection, so it should not interfere with uBO rules. But if necessary it can be excluded.
I think that the problem is related to - https://github.com/AdguardTeam/AdguardBrowserExtension/issues/1733 and any scriptlet/JavaScript rule doesn't work with extension for Firefox on `twitter.com`, because it's blocked by website's Content Security Policy....
Unfortunately, I still can reproduce it with version 2.5.94. As far as I understand, the problem is that the blocked link doesn't fit on the screen, because is too long....
I guess that any other free video from the same website. For example this one - `https://www.nbc.com/thats-my-jam/video/keke-palmer-saweetie-vs-joel-mchale-william/9000235331`
Problem jest tylko jak jest różna ilość spacji. Takie coś też powinno działać: `zambrow.org##+js(abort-current-inline-script.js,document.getElementById,block)`
No, I didn't and I cannot reproduce it with version `4.2.228` (in Opera and Firefox). As far as I can see, `4.2.240` is a new version - https://github.com/AdguardTeam/AdguardBrowserExtension/releases/tag/v4.2.240-beta, marked as...
If I'm not wrong, rule like this: ```adblock ||10.32.17.182espn.hb.tt.omtrdc.net^ ``` will be also excluded by this regex, or not? If so, maybe something like this: ``` (?:^\|\|?|^)(10\.[\d\.*\^\|]+)(?:\|\^){0,1}$ ``` can be...