Skip to content

Instantly share code, notes, and snippets.

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 bouze/6101031 to your computer and use it in GitHub Desktop.
Save bouze/6101031 to your computer and use it in GitHub Desktop.
YouTubeの動画のサムネイルを一括表示するブックマークレット
javascript:var s=location.href.split('&')[0];s=s.slice(s.indexOf('v=')+2,s.length);var d=document;var a='hq3.hq2.hq1.hqdefault.0.3.2.1.default'.split('.');while(a.length){var u='http://i.ytimg.com/vi/'+s+'/'+a.pop()+'.jpg';document.write("<p><img src='"+u+"'></p>");}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment