Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

del.icio.us mp3

add del.icio.us mp3 player to links

This script adds the new del.icio.us flash mp3-player to every mp3 file.




Oct 7, 2007
Al N Scriptwright

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

 
Apr 12, 2007
Luce Elancie Scriptwright

Great script. I'm a bit sceptical about the

@include http://*

though. It really slows down some pages like gmail.com..

I created an extension to work with dogpile.com:
http://userscripts.org/scripts/show/8458

 
Aug 4, 2006
abnerone User

The list of "Included Pages" should include https://* so that secure pages also activate the script.

 
Mar 6, 2006
Kevin McMahon Scriptwright

er... typo. getElementByTagName needs to be getElementsByTagName.

 
Mar 6, 2006
Kevin McMahon Scriptwright

Adding the following code snippet before the "script = document.createElement('script');" will prevent adding an additional playtagger element to pages that already include it in the page source.


for (var count = 0; count <
document.getElementsByTagName('script').length; count++) {
if (document.getElementByTagName('script')[count].src ==
"http://del.icio.us/js/playtagger") {return;}
}

 
Dec 13, 2005
bigtravman User

Awesome script! Works great for quick playback.

You could comment on this script if you were logged in.