video, faster

speed up video on any site

As of 2024-01-29. See the latest version.

Author
KraXen72
Ratings
0 0 0
Version
2.2
Created
2023-04-29
Updated
2024-01-29
Size
5.55 KB
License
MIT
Applies to
All sites

video, faster

  • speed up video on any site - it just finds the video and changes playbackrate
  • adds GM menu commands, and also a bar with speed buttons to any video element (hover top of video to see it)

compact buttons:

to get the buttons like they are in the screenshot, in violentmonkey settings, apply this css:

[data-message="video, faster"] + .submenu-buttons + .submenu-commands {
 display: flex;
 justify-content: center;
}
[data-message="video, faster"] + .submenu-buttons + .submenu-commands .menu-item {
 padding: 0.5rem;
 margin: 0px;
 width: auto;
}
[data-message="video, faster"] + .submenu-buttons + .submenu-commands .menu-item .icon {
 display: none;
}