video, faster

make video faster

Fra 17.09.2023. Se den seneste versjonen.

Forfatter
KraXen72
Vurderinger
0 0 0
Versjon
1.1
Lagd
29.04.2023
Oppdatert
17.09.2023
Size
2,2 kB
Lisens
MIT
Gjelder
Alle sider

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