Skip to content

Instantly share code, notes, and snippets.

@Vresod
Created September 27, 2019 17:37
Show Gist options
  • Save Vresod/376d16ede7a6dcf401e00daa028e95c3 to your computer and use it in GitHub Desktop.
Save Vresod/376d16ede7a6dcf401e00daa028e95c3 to your computer and use it in GitHub Desktop.
go from youtube -> youtube tv with one click
javascript: window.location.href = "https://youtube.com/tv#/watch/video/control?v=" + window.location.href.match(/(?<=\d\/|\.be\/|v[=\/])([\w\-]{11,})|^([\w\-]{11})$/gm)[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment