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:
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:
- If you're enjoying my content you could consider supporting the show.
- My new book teardown videos are quite popular, you might enjoy watching those.
- My personal favourites are the old book teardown videos.
- Visit the main channel, for all my high quality content including my special shows.
- Visit the main show, for my main show videos, which include the electronics project and old book teardown videos.
- Visit the equipment page, if you're interested in any of the equipment I use. If you're putting together your own electronics lab then I would certainly recommend checking this out!
- Did I mention that you can support the show? :)