-
-
Save pegakmupyem/655e6f29c5eca809eea4a8413e920cbc to your computer and use it in GitHub Desktop.
Open in Youtube sideload hyperweb
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
| let params = (new URL(window.location)).searchParams; | |
| let name = params.get("v"); | |
| window.location.href = `youtube://${name}`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment