Add Controls to HTML5 videos

Adds controls to HTML5 videos

< Feedback on Add Controls to HTML5 videos

Review: OK - script works, but has bugs

§
Posted: 06.05.2020
Edited: 06.05.2020

Some issues

Great script, very helpful. Thanks a lot! It's a pity that there are some circumstances, in which your script doesn't work.

  1. Here controls are not shown automatically, unless you right click on it and select "Show Controls". Need to open the direct link.

  2. Direct link on "gifs" (example 1, example 2) is also not supported

  3. Script doesn't work on videos, which load after comments are open or in iframes: example.

Can you solve these problems?

YusuAuthor
§
Posted: 15.05.2020
  1. This is technically possible, but it would require the script to be run at all times instead of only of page load. Adding it would also interfere with the controls that are shown on imgur, for example.
  2. Not possible, gifs can't never have controls.
  3. Same problem as 1.

Overall I'm not going to make the changes required to solve problems 1 and 3. This was a userscript I mostly made for myself because I was annoyed at some website I can't remember anymore.

§
Posted: 16.05.2020

Thanks for explanation. The idea was to make script work "all times" only on websites, selected by user. Currently // @include * is used, so it runs everywhere.

Post reply

Sign in to post a reply.