del.icio.us mp3

By al most Last update Nov 22, 2005 — Installed 7,672 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 8 posts, 7 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Johan Sundström Scriptwright

This version will leak your entire click trail (every http url you visit will show up in the del.icio.us web server logs). I rewrote an improved version that won't.

 
Al's scripts 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

 
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

 
abnerone User

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

 
Kevin McMahon Scriptwright

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

 
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;}
}

 
bigtravman User

Awesome script! Works great for quick playback.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel