Skip to content

Instantly share code, notes, and snippets.

@Lamby777
Last active June 6, 2023 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lamby777/984f82f7fd3880b32096fda8d6081272 to your computer and use it in GitHub Desktop.
Save Lamby777/984f82f7fd3880b32096fda8d6081272 to your computer and use it in GitHub Desktop.
YouTube Shorts is objectively worse than the normal player when using a desktop computer. This bookmarklet redirects you to the regular version of a YouTube Shorts video.
javascript:window.location.href = window.location.href.replace("/shorts/", "/watch?v=");
// select that line ^^^ and drag it up to your bookmarks bar to add the bookmarklet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment