You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is not present after disabling uBO in the browser.
I checked the documentation to understand that the issue I am reporting is not normal behavior.
I tried to reproduce the issue when...
uBO is the only extension.
uBO uses default lists and settings.
using a new, unmodified browser profile.
Description
With the no-large-media rule added for store.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 added no-large-media rule) – if you click on the video, then on the black box (to unlock it), nothing happens.
Open uBlock Origin Dashboard, switch to the “My rules” tab, add the following temporary rule: no-large-media: store.steampowered.com true, then click on the “Commit” button
Wait for the page to load, then click on the black box (below the game name)
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:
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 no-large-media).
Hmm... The images element can be wrapped by using website's <img> tag, hence able to have click events. Videos might be able to wrapped by using website's <video> tag.
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 “Commit” buttonExpected 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: