Skip to content
crabshank edited this page Jun 21, 2024 · 11 revisions

Automatically calculates how much time ahead of the current time is buffered (divided by the current playbackRate), and the maximum speed a video can play at which keeps the amount of seconds buffered ahead consistent.

Enter a new speed into or scroll over the bar to set the max speed when fast forwarding, and then press the grey button. Press again to play at normal speed.

The first two buttons seek backwards and forwards by a specified number of seconds.

The progress (purple, green and blue) bar (canvas), shows buffered ranges in purple with the region from the current time to the end of the buffered range containing it in green, and unbuffered in blue.

Scrolling the wheel over the progress bar triggers a skip ahead by x secs/%.

Clicking (and dragging) the progress bar takes you to the time shown by the div by the red input area; unless you are also holding down Ctrl, in which case you can set the target speed (in the red input area; previewed in the div by the red input area).

N.B. The blacklist applies to the video's window's url, so if the video is in a frame, it will check against the frame's url (src) and not the top level window's.

Clone this wiki locally