-
Notifications
You must be signed in to change notification settings - Fork 82
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
Unable to play app trailers on Steam with no-large-media
#3325
Comments
Yeah, blocking them works as intended, though there should still be a way to unblock/load them, just like you can unblock/load large images by clicking on their placeholders (without disabling |
Hmm... The images element can be wrapped by using website's A simpler example would be this: https://interactive-examples.mdn.mozilla.net/pages/tabbed/video.html However, that won't help in |
Can't reproduce the issue. |
I slightly revised the “Steps to Reproduce” section (I edited the Step 1 to say that you need to click on the “Save” button first after adding the |
This comment was marked as resolved.
This comment was marked as resolved.
The The workaround is to toggle off no-large-media-elements from the popup panel and force a reload. This code shows the |
Could you maybe instead make/add an option where you can select what kind of Not sure where you would put this new option: It's just a suggestion. |
Prerequisites
I tried to reproduce the issue when...
Description
With the
no-large-media
rule added forstore.steampowered.com
, the videos in the screenshot carousel on the Steam store app pages get blocked, and there's no way to unblock them (without removing the addedno-large-media
rule) – if you click on the video, then on the black box (to unlock it), nothing happens.Screenshot
A specific URL where the issue occurs.
Steps to Reproduce
no-large-media: store.steampowered.com true
, then click on the “Save” button and then the “Commit” buttonVideo recording
Expected behavior
The video (and the video player) should load when you click on it.
Actual behavior
See Description.
On Firefox, I see the following error in the browser console when trying to view the trailer – “DOMException: The media resource indicated by the src attribute or assigned media provider object was not suitable.” and on Chrome – “DOMException: Failed to load because no supported source was found.”
But if you – after the step 3 – select a screenshot from the screenshot carousel, then click on it [the black box] – the image loads fine.
uBO version
1.59.0
Browser name and version
Mozilla Firefox 128.0.3 (64-bit)
Operating System and version
Windows 10 Pro 22H2 (build 19045.4651)
The text was updated successfully, but these errors were encountered: