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

Del.icio.us archive item

Adds an "archive" link that remove your "toRead" tag

If you are using a tag "toRead" and when u want to archive your link u feel too lazy to edit your tags and remove it, u could check out this simple script that adds an "archive" button that does the dirty job for you."toRead" tag can be configured easily on the script source.
My script uses AJAX to call del.icio.us api, so u should also configure your username and password if u don't want to be prompted on every archive.
credits:
Del.icio.us delete item

Edit:as Arvid suggested, i have removed login and password.






1 point
login to vote
gangsta75 script's author
Posted Nov 29, 2007

Sorry but i can't fix it.Del.icio.us moved its api to https and using httprequest i can't post from an http url to https cause Firefox does not allow it for security reason (cross site scripting).

1 point
login to vote
Greg P user
Posted Oct 21, 2006

This would be so useful! Please fix!

I get this error:
uncaught exception: Security Error: Content at http://del.icio.us/gregory31415/toread may not load data from https://api.del.icio.us/v1/posts/add.

also note:
the default setting is for the tag to be called".toread", you have to change for whatever tag you're using.

1 point
login to vote
gangsta75 script's author
Posted Aug 30, 2006

It seems that my script does not work anymore.
XMLhttprequest.open() throws this exception due to security problem:
"Permission denied to call method MLHttpRequest.open"

1 point
login to vote
gangsta75 script's author
Posted May 7, 2006

Hi Leonithas..
i think it's possible and i will try to add it..but why do u want this feature :-) ?
I prefer to bookmark every link with ".toread" tag by default and archive it using my greasemonkey script.
Check this out:
http://systempuntoout.blogspot.com/2005/08/grea...

1 point
login to vote
Posted May 5, 2006

Can you extend it so that it can mark a bookmark with '.toRead' tag, if it doesn't already have it?
Is that possible at all? I don't have a clue how these things work:)

1 point
login to vote
gangsta75 script's author
Posted Apr 2, 2006

Fixed!
Del.icio.us loves to scramble its source :-) .

1 point
login to vote
Blake West scriptwright
Posted Jan 23, 2006

Very nice script. Thanks!

1 point
login to vote
Posted Dec 11, 2005

Good job !

1 point
login to vote
gangsta75 script's author
Posted Nov 22, 2005

Del.icio.us has renewed its layout.
Code fixed.

1 point
login to vote
gangsta75 script's author
Posted Nov 6, 2005

x00x,
my script is configured to use ".toRead" tag.
If u are using another tag like for example "toRead", u have to edit my script manually.
See the code and modify this line:
var toReadTag=".toread";
let me know..
bye
Gangsta

1 point
login to vote
x00x user
Posted Nov 1, 2005

Can't get it to work.

1 point
login to vote
gangsta75 script's author
Posted Oct 19, 2005

Thank you Jean-Francois , i'll fix it.

1 point
login to vote
Posted Oct 17, 2005

delicious seams to have changed their html code

you had to change the line
"//div[@class='post']",
into
"//li[@class='post']",

1 point
login to vote
Arvid scriptwright
Posted Aug 16, 2005

http://greaseblog.blogspot.com/2005/07/greasemo...

"In all previous versions of Greasemonkey, it was trivial for content to monitor what user scripts you ran and get the source code for them. Running Deer Park and Greasemonkey 0.5, it's significantly less likely. It's still not impossible, however, so please continue to not put passwords in Greasemonkey user scripts."

I don't think the risk is too big, but it's worth considering.

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