video, faster

speed up video on any site

2024/01/29のページです。最新版はこちら。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
KraXen72
評価
0 0 0
バージョン
2.2
作成日
2023/04/29
更新日
2024/01/29
大きさ
5.55KB
ライセンス
MIT
対象サイト
すべてのサイト

video, faster

  • speed up video on any site - it just finds the video and changes playbackrate
  • adds GM menu commands, and also a bar with speed buttons to any video element (hover top of video to see it)

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