Note: there is a newer post you should read instead of/as well as this one: Updated Toolbox Scripts.
I’ve finished the Mozilla part of the new script: I think there’s some issues with Internet Explorer, and Safari, but I’ll work on those over the next week.
You can use the script by including the following code in the head section of your main page template:
<script type="text/javascript" src="http://schinckel.blogsome.com/images/toolbox.jpg"></script>
And then, where you want the following tags, enter them:
<!--quicktags-->
<!--catchpa-->
<!--commentpreview-->
<!--resize-->
If you put the following inside your comment area, a gravatar will appear for each commenter:
{capture name=reader}{comment_author_email}{/capture}
<div class="gravatar">{$smarty.capture.reader|encode:"hex"}</div>
(more…)