video, faster

speed up video on any site

As of 29/04/2023. See the latest version.

Autor
KraXen72
Ocene
0 0 0
Verzija
1.0
Napravljeno
29/04/2023
Ažurirano
29/04/2023
Size
2,23 КБ
Licenca
MIT
Važi za
All sites

video, faster

  • allows you to speed up video on any site
  • it just finds the video and changes playbackrate

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;
}