Created
October 26, 2023 00:33
-
-
Save HorridModz/1d3b05d4494d7d8e03994bcc2635fe0b to your computer and use it in GitHub Desktop.
Youtube Open Short As Video Bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Hate youtube shorts? Me too. Use this bookmarklet to open them as videos. | |
// Click it while on a youtube short, and it will open it as a video. | |
// Don't know what bookmarklets are? https://www.freecodecamp.org/news/what-are-bookmarklets/ | |
javascript:window.location=window.location.href.replace("/shorts/","/watch?v="); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment