-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
worldsurfleague.com: breakage #25014
Comments
@gorhill Sorry, can uBO support redirecting to noop XML with the format of Currently, Adguard is supporting With this we don't need to allow and replace the ads connection @@||pubads.g.doubleclick.net/gampad/ads?*www.worldsurfleague.com$xhr,domain=imasdk.googleapis.com
||pubads.g.doubleclick.net/gampad/ads?*www.worldsurfleague.com$xhr,domain=imasdk.googleapis.com,replace=/<vmap:VMAP.+// I have to use replace because somehow But I think redirection to noop VMAP / VAST resources is still better. This link is better to test than OP's link: The filters needed to test is here: Lines 5729 to 5734 in bba7c73
|
|
Related discussion: uBlockOrigin/uAssets#25014 (comment)
Confirm ||pubads.g.doubleclick.net/gampad/ads?*www.worldsurfleague.com$xhr,redirect=noop-vmap1.0.xml:5,domain=imasdk.googleapis.com works for me. |
uBlock Origin 1.59.1b18 + RU AdList I found a problem in Firefox: When using |
Probably because of uBlockOrigin/uBlock-issues#1222? Actually the player is not broken on my side in Firefox, but then the filter is not reported in the logger, and I don't get requests matching |
In order for the rule |
Ok so I get:
So same issue as uBlockOrigin/uBlock-issues#1222. |
I can make it work with that filter:
But can't make it a universal filter. |
The thing is, I'm trying to avoid site-specific fixes. This is a pretty popular player and there could be hundreds of sites like this. The idea was to use a single rule everywhere: This can't be fixed? In Google Chrome this rule works perfectly. Using this rule in AdGuard + FF also does not cause any problems. |
Oops, I used the wrong link in comments, I meant same issue as uBlockOrigin/uBlock-issues#1222. This can't be fixed (except by the browser, see https://bugzilla.mozilla.org/show_bug.cgi?id=1645683) |
@dimisa-RUAdList Which filter did you use in Adguard? |
The one they have in AdGuard RussianFilter: |
If I'm not wrong, Adguard uses extension's ID ( You can test by using the filter ||example.com^$xhr,redirect=noopvast-3.0 then load fetch('https://example.com').then(response => console.log(response)); This is the result with Adguard: This is the result with uBO: |
Not a perfect solution but these might help in unknown cases? !#if cap_html_filtering
@@||plrjs.org/*.xml^$3p,xhr
||plrjs.org/*.xml^$3p,xhr,replace=/^.+$/<VAST version="3.0"><\/VAST>/s
||cdn.plrjs.com/player/*.js^$3p,script,replace=/preroll/nopreroll/g
!#else
||plrjs.org/*.xml^$3p,xhr,redirect=noopvast-3.0
!#endif It depends on the cache as well, so better to test when refreshing while bypassing the cache. |
I can't put this in RU AdList because trusted rules only work from uBlock filters. |
If they work fine, I'll put them to uAssets' lists |
@gorhill Sorry, could there be any ways to have some non-trusted |
Yes, it works fine, but for stable operation I will need to disable some rules for FF in RU AdList. |
@dimisa-RUAdList I have edited to have a full version of network filters for both Firefox and Chromium. Can you check again? They should work with your current scriptlet filters in RuAdlist. The only concern is the On another note, I think non-trusted versions for |
No problem. I will disable |
Disabled: easylist/ruadlist@5393f6c |
Oh, forgot that |
That's why I haven't deleted it yet: |
Would need to experiment with this. |
Prerequisites
URL address of the web page
https://www.worldsurfleague.com/posts/533717/its-on-finals-day-of-the-corona-fiji-pro
Category
breakage
Description
Video Player doesn't play when ublock is enabled
Other extensions used
none
Screenshot(s)
Screenshot(s)
Configuration
The text was updated successfully, but these errors were encountered: