Skip to content

FriendFeedCommentImg

Published 2009-02-10 12:59

friendfeedCommentImg

A greasemonkey script that replaces link text with an image (inserts an img element in DOM) within friendfeed comments where the URI has an image extension.

Example by code:

Cygnus Loop Super <a href="http://grin.hq.nasa.gov/IMAGES/SMALL/GPN-2000-000992.jpg">http://grin.hq.nasa.gov/IMAGE...<a>;

becomes

Cygnus Loop Super <a href="http://grin.hq.nasa.gov/IMAGES/SMALL/GPN-2000-000992.jpg">;... <img src="http://grin.hq.nasa.gov/IMAGES/SMALL/GPN-2000-000992.jpg" height="100px" style="vertical-align:middle" /><a>

Example by rendering:

Cygnus Loop Super http://grin.hq.nasa.gov/IMAGE...

becomes

Cygnus Loop Super ...

Downloads

Source Code: https://wittman.org/projects/friendfeedcommentimg/

Installer: http://userscripts.org/scripts/show/42196