-
Notifications
You must be signed in to change notification settings - Fork 49
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
cbsnews.com: breakage #177
Comments
Can you give exact link that has videos and the issue? |
Tested |
I get the black video after a long delay with local build and most up to date lists. Plays fine if I set default to Basic. Doesn't play if I set default mode to Optimal and site mode to Basic. This suggests the issue might be caused by a redirect rule. |
@Angelique465 We need a URL to reproduce on our side, not a screenshot. It's ok now we found one, but next time please provide an exact URL that we can just paste in the address bar and reproduce immediately, otherwise we spend time guessing trying to reproduce the issue. Example of URL in address bar where the issue is reproducible:
|
https://www.cbsnews.com/news/president-biden-explains-why-he-exited-2024-race-in-cbs-sunday-morning-interview/ |
Sorry if I continue to send screenshots but sometimes a pictur is better than hundreds of words (and links are shown on top) |
@Angelique465 When you have issues, please always give the exact link to here. Don't say "link is in screenshot", we cannot put our eyes to type each character one-by-one in the URL to investigate, it's a huge waste of time. |
@stephenhawk8054 you are right, sorry. |
Wait, when I set default mode to Basic it works, but I get the issue after overriding site mode to Optimal, so a scriptlet is the issue? |
Hmm... I haven't overrided the scriptlet in uBOL yet, but when I whitelist |
Ah yeah, mine plays fine when opening it first time in Incognito. After refreshing, it shows error again. There are multiple errors in the console like yours too. |
Here is what works for me: Remove It still work without removing I can't reproduce in Firefox so the |
And similar issues are in https://cbssports.com Configuration: Complete/Complete |
Video loaded instantly here on https://cbssports.com/ |
I get anti-content blocker at |
|
@Angelique465 So not the same issue? "Video not playing" is not the same thing as "anti-blocker". |
Both sites (cbsnews and cbssports) have the same issue showing adblocker message. I can't reach the video to play it because of the blocking message box. Sorry for the misunderstood |
@gorhill |
@Angelique465 You need to unregister the service worker from |
@gorhill sorry for the question which could seem stupid, but I'm a small "advanced" user only... |
Go to |
Darn I forgot to do this simple step... it's because ther's still a Chrome process running right? |
Also, remind that the
|
@gorhill Now cbsnews is working fine! Thank you! |
@gorhill Sorry, do you think another scriptlet to unregister the service worker is a good idea to use together with When I use ||cbsnews.com^$csp=worker-src 'none'
cbsnews.com##+js(rpnt, script, var CBSNEWS =, 'navigator.serviceWorker.getRegistrations().then((registrations=>{for(const registration of registrations){if(registration.scope.includes("cbsnews.com")){registration.unregister()}}}));var CBSNEWS =') (Maybe wrapping around |
uBOLite version: 925 (latest)
Configuration: "Complete"
Tested website: https://www.cbsnews.com/
It seems for some reason that no videos are played (black screen in video player).
In other videos the "play" button doesn't work (video doesn't start)
Maybe some rule/filter is giving this kind of issue.
The text was updated successfully, but these errors were encountered: