video, faster

speed up video on any site

Ajankohdalta 29.4.2023. Katso uusin versio.

Tekijä
KraXen72
Arvostelut
0 0 0
Versio
1.0
Luotu
29.4.2023
Päivitetty
29.4.2023
Size
2,23 kt
Lisenssi
MIT
Käytössä
Kaikki sivustot

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