video, faster

speed up video on any site

2024-02-19 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

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

video, faster

  • speed up video on any site
  • adds a bar with speed buttons to any video element (hover top of video to see it)
  • smart-add bar to all videos on site (with MutationObserver)
  • adds GM menu commands for video speed (currently only 1 video per site)
  • remembers if it was pinned or not (across sites)
  • option to auto re-apply speed for new videos

Requires a userscript manager which supports GM_registerMenuCommand, GM_unregisterMenuCommand, GM_addStyle, GM_getValue and GM_setValue.
Tested with: ViolentMonkey (Stable).
From release 3.10 and forward, it's not supported by IE 11. (Script uses AbortController)

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