5 reviews
Nice script! I made a small, purely aesthetically, change, that I'm contributing back. Replacing the end with this, should make it more appealing:
$(comic_img).after('<div style="color:#000;font-size:14px;font-weight:normal;text-decoration:none;width:735px;">' +
'<table>' +
'<tr><th style="vertical-align:top;"><b>Mouseover:</b></th><td>' + comic_title + '<hr/></td></tr>' +
'<tr><th style="vertical-align:top;"><b>RSS title:</b></th><td>' + rss_title + '<hr/></td></tr>' +
'<tr><th style="vertical-align:top;"><b>Contact:</b></th><td>' + contact_subject + '<hr/></td></tr>' +
'</table>'
);
It will have a table, rather than just text so the three sections look aligned, and adds an horizontal line between each section too.
Review written by orangefoodie - see all my reviews (1)
If you were like me and had problems with this script working with a fresh install lately, the include that's written into the script has changed to make it nonfunctional. Luckily I had a working, older version on my laptop; you can find the include at http://orangefoodie.brandtshaft.com/jquery-late.... All you have to do is put it in the same directory the Dinosaur Comics 3G script lives, inside your firefox user profile, greasemonkey subdirectory. Hope this helps anyone else that may have been confused!
Thank you! Finally I see the jokes I was missing.
Review written by Quicksilver_Johny - see all my reviews (1)
I've been using NG for over a year, but then a week or two ago Ryan just went crazy and changed the sight layout. Thanks for putting out an updated script. :)
Shows the more interesting (but hidden) bits from a favorite comic of many.
I was going to make this myself, but realized someone had probably done it already. I also didn't know there were two other "easter eggs;" I just knew about the image alternate text (comic title). Good job. :D