Archived Comments (locked)

in
Subscribe to Archived Comments 11 posts, 4 voices



Jesse Andrews Admin

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

 
steeev Script's Author

ive updated it now, so it should work in all the different languages :)

 
pippoz Scriptwright

Oh yes, in that way it could have ootb support for all international version. It's the best way, of course.
Thank you!

 
steeev Script's Author

thanks for the investigation pippoz, i might change it so it looks for the url in the link rather than the text, as that never changes :)

 
pippoz Scriptwright

Oh! Sorry forget my last comment. This is correct.

To get it working on italian flickr simply replace line 73:
if(thisDiv.innerHTML=='edit')
with this line:
if((thisDiv.innerHTML=='edit')||(thisDiv.innerHTML=='modifica'))
And line 75:
if((thisDiv.innerHTML=='delete')||(thisDiv.innerHTML=='delete topic'))
with this other line:
if((thisDiv.innerHTML=='elimina')||(thisDiv.innerHTML=='delete')||(thisDiv.innerHTML=='delete topic')||(thisDiv.innerHTML=='elimina topic'))

It's really simple add other language support by adding in line 73 this block:
||(thisDiv.innerHTML=='YOUR_LANG_TEXT_FOR_edit')
And adding this block to the line 75:
||(thisDiv.innerHTML=='YOUR_LANG_TEXT_FOR_delete')||(thisDiv.innerHTML=='YOUR_LANG_TEXT_FOR_delete topic')

 
pippoz Scriptwright

Very nice script!
To get it working on italian flickr simply replace line 73:

  if(thisDiv.innerHTML=='edit')

with this line:
  if((thisDiv.innerHTML=='edit')||(thisDiv.innerHTML=='modifica'))

And line 75:
  if((thisDiv.innerHTML=='delete')||(thisDiv.innerHTML=='delete topic'))

with this other line:
  if((thisDiv.innerHTML=='elimina')||(thisDiv.innerHTML=='delete')||(thisDiv.innerHTML=='delete topic')||(thisDiv.innerHTML=='elimina topic'))

It's really simple add other language support by adding in line 73 this block:

    ||(thisDiv.innerHTML=='YOUR_LANG_TEXT_edit')

And adding this block to the line 75:
  if((thisDiv.innerHTML=='YOUR_LANG_TEXT_FOR_delete')||(thisDiv.innerHTML=='YOUR_LANG_TEXT_FOR_delete topic'))

 
dirgon User

Any chance of getting an update for this one?

 
dirgon User

With the security release of GreaseMonkey tonight, this script has quit working properly. It says that it is deleting a message in a thread, but it never does the actual deletion.

 
steeev Script's Author

theyve re-enabled tagging for scripts, so ive added the tag, cheers.

 
steeev Script's Author

at present its not possible to add tags to scripts on the userscripts site...

 
dirgon User

To the author... add a "flickr" tag to this script show it will show up when doing a tag search.

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