Skip to content

Instantly share code, notes, and snippets.

@Vresod
Created October 31, 2019 15:07
Show Gist options
  • Save Vresod/285166042d0ea18bda3cc0afde0e9efc to your computer and use it in GitHub Desktop.
Save Vresod/285166042d0ea18bda3cc0afde0e9efc to your computer and use it in GitHub Desktop.
Youtube to Embed (bookmark)
javascript: window.location.href = "https://youtube.com/embed/" + 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