Skip to content

Instantly share code, notes, and snippets.

@iacobucci
Last active December 10, 2023 14:36
Show Gist options
  • Save iacobucci/3401abce5e57899767670a687841f744 to your computer and use it in GitHub Desktop.
Save iacobucci/3401abce5e57899767670a687841f744 to your computer and use it in GitHub Desktop.
Youtube switcth to TV bookmarklet
javascript: (()=>{window.location.href = "https://www.youtube.com/tv#/watch?v=" + window.location.toString().split("youtube.com/watch?v=")[1].slice(0,11)})();
// go to any video, run the bookmarklet and switch to youtube tv version (that you can control with yt mobile app)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment