I swear, ChatGPT knows everything. Today it told me I could run the following in the developer tools console to speed up YouTube video playback beyond the “maximum” of 2x up to 3x (or more!).
document.querySelector("video").playbackRate = 3.0;
I swear, ChatGPT knows everything. Today it told me I could run the following in the developer tools console to speed up YouTube video playback beyond the “maximum” of 2x up to 3x (or more!).
document.querySelector("video").playbackRate = 3.0;