video, faster

speed up video on any site

2023-04-29 기준 버전입니다. 최신 버전을 확인하세요.

작성자
KraXen72
평점
0 0 0
버전
1.0
생성일
2023-04-29
갱신일
2023-04-29
크기
2.23KB
라이선스
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;
}