Super Batch Processing for Flickr

By CK Last update Oct 27, 2005 — Installed 1,883 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 5 posts, 4 voices



Jesse Andrews Admin

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

 
ycc2106 Scriptwright

So, for delicious too....? ;-)

 
Pablo Custo Scriptwright

Hi .CK!... I wish to comment to you that I did an script for Flickr ( Flickr - Quickr http://userscripts.org/scripts/show/2359 ) and as also I use yours (that by the way, his enchants me) ;), I had to make a small aggregate in your script so that the checkboxs could be appeared when my script it'll be activated, and that I was careful of not surpassing the z-index values of your checkbox, but these sometimes continued without appear. Still I could not discover why passes this, but how your script is executed after mine, I made these changes in yours and it worked wonderful.
Thousand excuses to you by the annoyances. Warm Greetings, Pablo.

[Line 666:]
if( (/FQ_/).test(target.parentNode.className) ){
list[photo_id].mark = list[photo_id].mark.firstChild;
list[photo_id].mark.setAttribute('style','');
list[photo_id].mark.style.position = 'absolute !important';
list[photo_id].mark.style.top = '-8px !important';
list[photo_id].mark.style.left = (parseInt(target.parentNode.style.width)-20) +
'px !important';
list[photo_id].mark.style.opacity = '1 !important';
list[photo_id].mark.style.display = 'none';
list[photo_id].mark.style.background= 'transparent';
target.parentNode.appendChild(list[photo_id].mark);
} else if( target.nextSibling )
target.parentNode.insertBefore(list[photo_id].mark, target.nextSibling);
else
target.parentNode.appendChild(list[photo_id].mark);

 
mar 1 Scriptwright

I would love to have this for delicious, batch add/edit tags...I havn't seen any, is it possible?

 
mar 1 Scriptwright

This script has changed my life.

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