Skip to content

Instantly share code, notes, and snippets.

@shilangyu
Created April 30, 2019 11:16
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 shilangyu/fe03485adffb2126b41ab302aa332cf9 to your computer and use it in GitHub Desktop.
Save shilangyu/fe03485adffb2126b41ab302aa332cf9 to your computer and use it in GitHub Desktop.
Get youtube thumbnail
javascript: (() => { window.open(`http://img.youtube.com/vi/${ytplayer.config.args.video_id}/hqdefault.jpg`); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment