Last active
December 23, 2023 11:54
-
-
Save olejorgenb/f6b7f3c181f4bc8c574bdccfac52ad76 to your computer and use it in GitHub Desktop.
UnShort: Open a YouTube short video as a regular video (enabling seeking etc.)
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
//bookmarklet_title: UnShort | |
function unshort() { | |
const videoId = location.pathname.split("/")[2] | |
location.replace(`/watch?v=${videoId}`) | |
} | |
unshort() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://bookmarkl.ink/olejorgenb/f6b7f3c181f4bc8c574bdccfac52ad76