Last active
June 6, 2023 03:09
-
-
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.
This file contains 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
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