Skip to content

AustinHen/VideoPlaybackSpeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

TLDR

Usually browsers require video playback speeds to be between 0.5 and 2; this script changes playback speeds to whatever you want.

Rational

Other people have made similar scripts but they do not work well with Echo360(the site my school uploads lecture recordings to). Echo360 has multiple videos running at the same time and will automatically change the playback speed back to 1 if outside code updates it.

Running The Code

To run add this bookmark:

javascript:fetch("https://raw.githubusercontent.com/AustinHen/VideoPlaybackSpeed/main/main.js").then(a=>a.text()).then(eval)

Then click on it when watching a video

Alternatively you can copy my code into TamperMonkey.

Some sites (like YouTube) require scripts to be registered through the Google Store. TamperMonkey lets you get around this requirement.

Key bindings

s + 0.1 speed

d - 0.1 speed

a set speed to 1

x toggles gui

You can also drag the gui around

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published