Created
July 24, 2018 19:37
-
-
Save vjk2005/564e7058b69d61b53020fb6126a3d201 to your computer and use it in GitHub Desktop.
Extract full-res (1080p) images on Instagram
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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