mysteriously
Beta Tester & Translator
Hello,
Imgur does not seem to provide direct way to copy medium thumbnail -> original size image link after uploading. I would like to replace HTML on double click event by replacing Original Linked BBCode (message boards) link with Medium thumbnail Linked BBCode link and first link to Direct Link (email & IM).
Example: http://pastebin.com/PisFhAeR
This rule: http://pastebin.com/HJuwv71p does it, but it breaks everything. Alternatively you can execute it right from web browser: http://pastebin.com/pVSPCtkZ
I failed to create one which would work only for this one div/class.

If you need an Imgur account or better explanation, just let me know
Edit@: I think I just need regex filter to replace html like posted in example link
Imgur does not seem to provide direct way to copy medium thumbnail -> original size image link after uploading. I would like to replace HTML on double click event by replacing Original Linked BBCode (message boards) link with Medium thumbnail Linked BBCode link and first link to Direct Link (email & IM).
Example: http://pastebin.com/PisFhAeR
This rule: http://pastebin.com/HJuwv71p does it, but it breaks everything. Alternatively you can execute it right from web browser: http://pastebin.com/pVSPCtkZ
I failed to create one which would work only for this one div/class.
Code:
if ((document.getElementById = '[B]target-clippy-bbcode-linked[/B]') && (document.getElementsByClassName = 'share-link'))

If you need an Imgur account or better explanation, just let me know
Edit@: I think I just need regex filter to replace html like posted in example link
Last edited by a moderator: