Skip to content

Instantly share code, notes, and snippets.

@vjk2005
Created July 24, 2018 19:37
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 vjk2005/564e7058b69d61b53020fb6126a3d201 to your computer and use it in GitHub Desktop.
Save vjk2005/564e7058b69d61b53020fb6126a3d201 to your computer and use it in GitHub Desktop.
Extract full-res (1080p) images on Instagram
javascript:window.location = document.querySelectorAll('img[srcset^="http"]')[0].srcset.split(',').pop().split(' ')[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment