video, faster

speed up video on any site

ของเมื่อวันที่ 11-02-2024 ดู เวอร์ชันล่าสุด

ผู้เขียน
KraXen72
คะแนน
0 0 0
เวอร์ชัน
3.6
สร้างเมื่อ
29-04-2023
อัปเดตเมื่อ
11-02-2024
Size
11.9 กิโลไบต์
สัญญาอนุญาต
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

Tested with: ViolentMonkey (Stable).
Requires a userscript manager which supports GM_registerMenuCommand, GM_unregisterMenuCommand, GM_addStyle, GM_getValue and GM_setValue

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