Created
February 9, 2019 20:30
-
-
Save jonsage/26de8c09ba06e4b4f11d21bab0269d1a to your computer and use it in GitHub Desktop.
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:(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