Skip to content

Instantly share code, notes, and snippets.

@adobster1
adobster1 / youtube-downloader-bookmarklet.js
Last active November 15, 2018 10:45
Bookmarklet for downloading the MP3 or MP4 of a YouTube video. (js raw)
javascript: window.location = document.URL.replace("youtube.com/watch?v=", "y2mate.com/youtube/").replace("https://", "http://");