Skip to content

Instantly share code, notes, and snippets.

@HorridModz
Created October 26, 2023 00:33
Show Gist options
  • Save HorridModz/1d3b05d4494d7d8e03994bcc2635fe0b to your computer and use it in GitHub Desktop.
Save HorridModz/1d3b05d4494d7d8e03994bcc2635fe0b to your computer and use it in GitHub Desktop.
Youtube Open Short As Video Bookmarklet
// 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