Skip to content

Instantly share code, notes, and snippets.

@buchizo
Created August 18, 2014 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buchizo/be7b9d491efce69f98b9 to your computer and use it in GitHub Desktop.
Save buchizo/be7b9d491efce69f98b9 to your computer and use it in GitHub Desktop.
ページ内のWebVTTを開くbookmarklet(手抜き)
javascript:(window.open(document.getElementsByTagName('track')[0].getAttribute('src')))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment