Quick tip – Speed up a video without the option!

Some online learning websites don’t have a speed option (ANNOYING) for speeding up the videos. so let’s add one! It’s so easy! just make a bookmark in your browser and in the URL field put this javascript code: javascript:var speed = prompt(“Please enter your custom speed:”, speed); if (speed == null) {speed = 1}; document.querySelector(‘video’).playbackRate…