Skip to content

Instantly share code, notes, and snippets.

@jonsage
Created February 9, 2019 20:30
Show Gist options
  • Save jonsage/26de8c09ba06e4b4f11d21bab0269d1a to your computer and use it in GitHub Desktop.
Save jonsage/26de8c09ba06e4b4f11d21bab0269d1a to your computer and use it in GitHub Desktop.
javascript:(function(){fetch(document.location+'media?size=l').then(r => r.blob()).then(blob => URL.createObjectURL(blob)).then(url => {let a = document.createElement('a'); a.href = url; a.download = document.location.href.replace(/^.*\/p\/([^\/]+)\/.*$/,'$1.jpg'); a.click(); })}())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment