friendfeedCommentImg

By Micah Wittman Last update Feb 11, 2009 — Installed 132 times.


Script Summary: Adds images into FriendFeed comments by replacing link text with the linked-to image itself (if the URI has an image file extension).

Version: 0.1.1

Script homepage

Adds images into FriendFeed comments (inserts an img element in DOM) by replacing link text with the linked-to image itself (if the URI has an image file 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 ...