-
Notifications
You must be signed in to change notification settings - Fork 80
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
Prevent videos from playing automatically #3394
Comments
Duplicate of #1421 |
Also duplicate of: |
I don't see videos at
I will mark the issue as invalid, no case of an issue was really made. |
There are videos on that site, and some of them autoplay, example videos:
autoplay might also depend on user's side settings.
However I can't reproduce any video ads in the above links as a guest (means I'm not logged in neither into the
Lack of a link by OP, makes it hard to determine whether what OP reported is really a feature request or a filter issue:
In any case, insufficient info from OP makes it hard to determine what the real issue is about, in such a case, it can be labeled by one of many labels:
|
Permissions Policy support was added, but it doesn't work when it comes to autoplay, does it ? |
According to MDN, permissions policy is supported by Chromium but not Firefox: https://developer.mozilla.org/en-US/docs/Web/HTTP/Permissions_Policy#browser_compatibility |
So is autoplay blocked on Chromium through permissions policy ? |
According to MDN, yes. I can't get it to work when testing, but that's probably user error. |
For ||player.vimeo.com/*autoplay=1^$frame,removeparam=autoplay |
Permission Polices may need disable load unsized media like detected in the past @garry-ut99:
Maybe dimisa-ruadlist have scriptlet idea for other players than Vimeo. |
Yes, Besides, two more solutions from uBlockOrigin/uAssets#25007 (comment) work as well:
As for ||vimeo.com^$frame,domain=theregister.com,permissions=autoplay=()|unsized-media=()
||vimeo.com^$domain=theregister.com,permissions=autoplay=()|unsized-media=() |
|
Related issue: uBlockOrigin/uBlock-issues#3394 When the "No large media elements" per-site switch is toggled on, it will also act to prevent autoplay of video/audio media, regardless of their size. This also works for xhr-based media streaming. If blocking by size is not desirable while blocking autoplay is desired, one can toggle on "No large media elements" switch while setting "Block media elements larger than ..." to a very high value.
Prerequisites
I tried to reproduce the issue when...
Description
I don't know if this is a bug or a request for a new feature
Because I think you should have added this important item by now
Advertising videos are played automatically
Like the site theregister.com
A specific URL where the issue occurs.
n/a
Steps to Reproduce
n/a
Expected behavior
n/a
Actual behavior
n/a
Configuration
n/a
The text was updated successfully, but these errors were encountered: