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

del.icio.us >> ma.gnolia

Adds "Copy this link to Ma.gnolia" in del.icio.us

Adds a link next to each post in del.icio.us enabling you to copy the link to ma.gnolia. Copies title, description, and tags. Inspired by delicious >> my web, although the code is different so please report any problems.




Jan 2, 2008
anobis_911 User

Hi,
Any chance that one can get a script like that for Opera Browser.
Please suggest.
Bye.
anobis_911@yahoo.co.in


 
Sep 13, 2007
brasilius Scriptwright

thanx for useful script
высшая математика


 
Mar 23, 2006
Toastyman User

I see that it's next to impossible to block format code snippets here. Argh.


 
Mar 23, 2006
Toastyman User

Thanks for the great GM script. I have a "patch" for your review:

When scanning for the "description" url parameter to send to ma.gnolia, try checking for "notes" instead of "extended" - I'm not sure if they changed the tags or what, but this gets the description over to ma.gnolia successfully for me:

1) Added var declaration for "description":

var description = ""

2) Added case statment to look for "notes" node:

case 'notes':
description = childNode.innerHTML;
break;

3) Substituted "description" var for "extended" where URL string is built:

+ '&description=' + encodeURIComponent(description)


 
Feb 23, 2006
ostertoaster User

gah - never mind my previous post. Seems that Greasemonkey will no longer install *anything*


 
Feb 23, 2006
ostertoaster User

I'm unable to get the script to install on Firefox 1.5.0.1 + Greasemonkey 0.6.4. The compy is a Mac, FWIW.

The error I'm getting when installing is:

Error: [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIChannel.open]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: chrome://greasemonkey/content/utils.js :: getContents :: line 167" data: no]
Source File: chrome://greasemonkey/content/utils.js
Line: 167


 
Feb 14, 2006
David Smith User

Woah! Firefox just crashed. Re-started, the ma.gnolia script is working. Very inexplicable!


 
Feb 14, 2006
David Smith User

Hmm Windows XP and Firefox 1.5.01. Could there be a Greasemonkey script conflict? (I have no idea!) I run a number of scripts -- and Firefox extensions. Puzzling - I have tried uninstalling, re-starting Firefox and installing from here, but no good: no ma.gnolia link shows up on my del.icio.us page.


 
Feb 14, 2006
Nick Chapman Script's author

David, I uninstalled the script on my laptop and installed it from here, and it seems to work correctly. I am on Windows XP and Firefox 1.5.0.1. What are you running?


 
Feb 14, 2006
David Smith User

Nick, thanks for the update. I've installed the new script but I'm now not getting any option on my del.icio.us page to add a del.icio.us bookmark to ma.gnolia. Is this a fault at my end, or is the new script somehow in error?


 
Feb 14, 2006
Nick Chapman Script's author

Yeah the problem was that the URL changed and when it was getting redirected it was messing up the encoding. All is well now; just install the most recent version. Thanks!


 
Feb 13, 2006
Nick Chapman Script's author

I'll try to work on it tonight and fix things up. Thanks for the heads up guys.


 
Feb 13, 2006
healthytext User

"Ma.gnolia has moved into its permanent address. Now is a great time to update your feeds, link rolls, and bookmarklet as we get ready to launch."

Maybe that is why the script isn't functioning?


 
Feb 13, 2006
David Smith User

Nick, this script worked perfectly yesterday, but today everything is becoming scrambled: eg, an url I've bookmarked in del.icio.us, http://www.physorg.com/news10790.html, is being copied into ma.gnolia as http%3A%2F%2Fwww.physorg.com%2Fnews10790.html.

Same thing's happening with title, tags and description.

Any ideas as to what's happening here?

Thanks.


 
Feb 9, 2006
ycc2106 User

Hi!
I don't use ma.gnolia, but netvouz so I adapted your script...I didn't ask for your permission before as I wanted to see if it worked, and it does. Hope you don't mind? Tell me if it annoys you.
thanks.
(script: http://mypage.bluewin.ch/yuppi/files/delicious2...
blog: http://3spots.blogspot.com/)


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