Last active
March 5, 2020 15:12
-
-
Save thekarel/e8a5bb55f43fb9ecdf4c4123490e85f3 to your computer and use it in GitHub Desktop.
Crop image on Unsplash bookmarklet. Popups need to be enabled for the site.
This file contains hidden or 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:fetch(`https://unsplash.com/photos/${document.location.href.split('/').pop()}/download`).then(({url}) => window.open(`${url.split('?')[0]}?w=2048&h=1024&fit=crop`)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment