del.icio.us LightBox

By CK Last update Aug 24, 2006 — Installed 474 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 2 posts, 2 voices



Jesse Andrews Admin

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

 
Tim Wilson Scriptwright

Nice script, I made a slight change. I have del.icio.us tags that are private, and this script didn't work for those.

I changed two lines. First I changed this line:
var re = /^post$/;
by removing the $.

Next I changed this line:
if(bookmarks[i].className!='post') continue;
to be like:
if(bookmarks[i].className!='post' && bookmarks[i].className!='post private') continue;

Even after the change, I found a couple sites that didn't work. The lightbox was drawn, but then the site appeared full-screen.

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