Bookmark Every Digg - GreaseMonkey UserScript

Not long ago, I complained that Digg did not provide a bookmarking option. Now I decided to stop complaing and do something about it. As a result, I created GreaseMonkey Script that provides an option to bookmark each post in digg in three most popular social bookmarking sites - del.icio.us, Furl and Ma.gnolia. You will see the icons of these three services to the right of all titles in the Digg page.

Install Script

Bookmark Every Digg

To install, you must have the greasemonkey extension for firefox browser. If you have it, click the link and choose "Install".

Screenshot

The Bookmark Every Digg User script in Action

Adding Bookmarking Sites

If you are using a social bookmarking system that is not in the given list, edit the script and add it - it is very easy. First you have to install the script. Now find the Firefox profile directory in your system.

The 'xxxxxxxx' stands for a random ID that is changes from profile to profile. Chances are that you will have only one profile, so there will be no confusion. Now open this profile folder and find the 'gm_scripts' folder - this folder cotains all the GreaseMonkey scripts.

Find a file with the name 'bookmark_every_digg.user.js' and open it in any editor. Notepad will do. You sould see the section 'bookmarkers'...

var bookmarkers = [{
		name	: '...',
		favicon	: '...',
		url		: '...',
		width	: ...,
		height	: ...
},

Fill up the details of your bookmarking network in exactly the same way. Please note that special care is to be taken when filling in the URL - the URL of del.icio.us will show up like this....

http://del.icio.us/binnyva?v=2&noui=yes&jump=close&url=%URL%&title=%TITLE%&extended=%DESC%&tags=%TAGS%

Find out how the URL of your bookmarking tool is structured and insert these keywords into the appropriate places.

width and height stands for the width and height of the opened popup.

Comments

LouCypher at 25 May, 2007 06:56
Hi, Binny
I also wrote a GM script to add a Digg story to del.icio.us (digg.licio.us).
You don't actually need to include the username in del.icio.us add link.
Just use http://del.icio.us/post?v=4 to replace http://del.icio.us/username?v=2 for the URL.

See also http://userscripts.org/scripts/show/9245
// shameless plug
Reply to this.
Okinawa at 29 Nov, 2008 04:07
Awesome, I am going to try it out...
Reply to this.
Comment

Please dont enter you comments in this form - this is a fake form to confuse spamming bots. The next form is the real one.




Comment




Comment Formating : HTML tags a, strong, em, b, i, code, pre, p and br allowed. Other tags will be shown as code(< will become &lt;). Urls, Line breaks will be auto-formated.