Created
April 9, 2011 22:43
-
-
Save johnholdun/911852 to your computer and use it in GitHub Desktop.
Bookmarklet for uploading the image currently loaded in your browser to imgur
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
// that is, navigate to the direct URL for an image hosted on the world wide web, then >>>INVOKE<<< | |
// i wanted the bookmarklet to redirect to the new direct image URL but that was out of scope! | |
javascript:void(window.location="http://api.imgur.com/2/upload.json?url="+encodeURIComponent(window.location.href)); |
Out of date. Their API has changed and this no longer works.
@Two-Tone yes just noticed it too now switched to this bookmarklet https://gitlab.com/samir.ivarsson/bookmarklets/blob/master/imgur.com/upload.bml.js
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just what i needed. Thanks!