Comments by Al N on scripts

6 comments

Comment on:
YouTube Lyrics

Mar 22, 2008

Good idea. Very nice.

I found it works better without the big youtube box ad pushing the lyrics down off the screen.. just a few lines of greasemonkey fixed that :)

var adElem = document.getElementById("channelBrandDiv");

adElem.parentNode.removeChild(adElem);

adElem = document.getElementById("channelBrandCap");

adElem.parentNode.removeChild(adElem);

Comment on:
Yahoo Player

Jan 18, 2008

very cool indeed. thanks.

you may find my Web page to podcast script interesting too. finds mp3s, shows you in a floating div, and lets you create a new tab with full podcast xml you can save and pull into itunes.

http://userscripts.org/scripts/show/4825

Comment on:
del.icio.us mp3

Oct 7, 2007

very cool. check out this similar concept.. sends all mp3s on a page to an rss file generated in a new tab.

http://userscripts.org/scripts/show/4825

Comment on:
Table Floaters

Sep 16, 2007

Hi Daniel.. great idea for a script.. It's not working for me though.. on existing web pages, or a quick one I just wrote which has a plain vanilla table with thead and th row followed by regular tr td rows. I've also toggled the various config options you have Configure Table Floaters.

any advise?

Thanks for helping the Peninsula Library system. You may find this GM script interesting...

Google Print - Peninsula Library System Lookup Mashup

http://userscripts.org/scripts/show/8286

Comment on:
Craigslist PRO skin

Mar 15, 2006

hi.. i'm not seeing any change to craig's home page when i install this script