video, faster

make video faster

2023-09-17 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
KraXen72
रेटिंग
0 0 0
आवृत्ती
1.1
बनवली
2023-04-29
अपडेट केली
2023-09-17
आकार
2.21 KB
License
MIT
यांवर लागू होते:
सर्व संकेतस्थळे

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