Del.icio.us archive item

By systempuntoout Last update Aug 16, 2005 — Installed 1,223 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 15 posts, 8 voices



Jesse Andrews Admin

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

 
systempuntoout Script's Author

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).

 
Greg P Scriptwright

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.

 
systempuntoout Script's Author

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"

 
systempuntoout Script's Author

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...

 
Leonithas Ar... User

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:)

 
systempuntoout Script's Author

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

 
Blake West Scriptwright

Very nice script. Thanks!

 
Jean-Francoi... User

Good job !

 
systempuntoout Script's Author

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

 
systempuntoout Script's Author

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

 
x00x User

Can't get it to work.

 
systempuntoout Script's Author

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

 
Jean-Francoi... User

delicious seams to have changed their html code

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

 
Arvid Scriptwright

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.