Skip to content

Instantly share code, notes, and snippets.

@thekarel
Last active March 5, 2020 15:12
Show Gist options
  • Save thekarel/e8a5bb55f43fb9ecdf4c4123490e85f3 to your computer and use it in GitHub Desktop.
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.
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