In the age of browser extensions, bookmarklets often go overlooked. However, bookmarklets provide an awesome opportunity to enhance the functionality of websites without the overhead or potential privacy concerns (data collection / browser fingerprinting) of an extension.
What is a Bookmarklet you ask?
A Bookmarklet is a bit of JavaScript code formatted in a way that can be pasted inside a Browser Bookmark URL field. When clicked, it enhances the page in some way.
The bookmarklets in this post for example, change the playback speed which the media inside the page is played at.
Set Speed to Normal (1.0)
Given the above code, if you take that to a site such as https://chriszarate.github.io/bookmarkleter/ or use the utility that site or others provide, you would get some code like the snippet below.
The last, but not least, bookmarklet is 4 times speed. It is essentially the same as the first, just with playbackRate = 1 changed to playbackRate = 4.