Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 2.36 KB

README.md

File metadata and controls

47 lines (30 loc) · 2.36 KB

Unmute Reddit videos

Github, Greasy Fork

A User script to override the default behavior of Reddit videos, that is being played as muted.
Shortcut to set the default volume (shift+alt+o).

Issues / Facts

  • By design, and for a good reason, web browsers disallow auto-play
    for videos when they are not muted, unless you interact with the page first
  • The volume slider in Reddit videos doesn't actually match the volume
    of the video, but this user script does.
  • When using custom default volume, the way to change the volume, is by
    the slider, only when the video is being played, as it would always
    use the default volume when played after paused.

Related user scripts

Changelog

0.05 (22-08-04)

  • Fix bug when viewing embedded videos with no sound in fullscreen, thanks to p3ngwin for figuring out the issue.

0.04 (22-07-15)

0.03 (22-07-01)

  • Add support for old.reddit.com
  • Switch to a different approach when using custom default volume. Now, videos will
    always play with the default volume, and the way to change the volume, is by
    the slider, only when the video is being played. This to overcome the the second issue here

0.02 (22-05-29)

  • Add a shortcut to set the default volume (shift+alt+o).

License

MIT