YouTube Hacks

On this page I will keep notes about YouTube hacks you can use to improve your experience.

Table of Contents

The contents of this page are organised into the following sections:

Contents will go here (if you have Javascript enabled).

Increase Playback Speed More Than 2x

The standard playback speed options for a YouTube video supported by the user interface are 0.25x, 0.5x, 0.75x, 1x, 1.25x, 1.5x, 1.75x, and 2x. But you can increase the playback speed of a YouTube video to more than 2x by using the following JavaScript in your browser's console. To bring up the console press F12. Then copy and paste the following code into the console and press Enter.

document.querySelector("video").playbackRate = 3.0;

The code above will increase the playback speed to 3x speed. You can use a different number to get a different speed. For example, to get 2.5x speed you would use 2.5 instead of 3.0.

You can drag and drop the following bookmarklet links to your bookmarks bar to create a bookmarklet:

Then when you are watching a YouTube video you can click the bookmarklet to set the playback speed. You can edit the bookmarklet to change the speed to a different value. The bookmarklet will only work on the current YouTube video page. If you navigate to a different page you will need to click the bookmarklet again. If you refresh the page you will need to click the bookmarklet again.

Thank You!

Thanks very much for your interest and I hope you enjoy the show!

Where to from Here?

You made it to the bottom of the page, huh? Well done! I'm a bit of a scroller myself. :)

Where you go next depends on what you're interested in. Here are some suggestions: