Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
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. |
|
|
very cool. check out this similar concept.. sends all mp3s on a page to an rss file generated in a new tab. |
|
|
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:
|
|
|
The list of "Included Pages" should include https://* so that secure pages also activate the script. |
|
|
er... typo. getElementByTagName needs to be getElementsByTagName. |
|
|
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.
|
|
|
Awesome script! Works great for quick playback. |