The YouTube playback window has a few options for increasing the playback speed, but they top out at 2x.

If you want to go beyond that, you can open up the console and use the following command:

document.getElementsByTagName("video")[0].playbackRate = 3

To open the console, you can simply hit “F12”.