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

Add Digg Control

Adds a 'digg this' control to any page visited by clicking a digg.com news link from a summary page and also to any duggmirror.com article page. The control is tweaked to allow you to digg without navigating away from the page.

When I visit digg.com, I tend to skim through the summaries on the front page and open in background tabs any articles that sound interesting. The problem with this method is it isn't easy to go back and digg the articles I liked (especially if I went through multiple pages of digg summaries). This extension / Greasemonkey user script fixes that problem by adding a 'digg this' control to any page linked by a digg summary article.

Note: Native extension form available on the homepage for anyone who doesn't use Greasemonkey.

0.9 Fixes a breakage caused by a recent digg.com change.






Feb 15, 2008
Praveen Mark... User

yep, this script needs a revise

 
Jan 30, 2008
filius Scriptwright

Needs to updated for Firefox 3

 
Jul 25, 2007
Jordi De Groof Scriptwright

When you install Digg widget right-click bury, you can also bury stories right from ADC, so without having to go back to digg itself.

 
Jul 19, 2007
ssboisen Scriptwright

never mind what I just wrote, I must have been temp blind

 
Jul 19, 2007
ssboisen Scriptwright

is it just me or does this not work anymore?

if it does than I might have misunderstood what's suppose to happen, I though the actual story-page (the digged url) would contain a digg-button

 
Jul 19, 2007
Praveen Mark... User

i think i love you daniel :D great job. thanks

 
Jul 19, 2007
Daniel Einsp... Script's author

Changing api to tools just masked the problem which was another change to the dig() function that broke compatibility. I just uploaded a new version that should be good until the next change. :)

 
Jul 8, 2007
Praveen Mark... User

i made a very minor change for this script to work again. you have to edit it yourself.
replace src = 'http://digg.com/api/diggthis.php?u='+articleURL+'#adc_diggthis_init';
with
src = 'http://digg.com/tools/diggthis.php?u='+articleURL+'#adc_diggthis_init';

if you have AddDiggMirrors replace ( location.href.indexOf('http://digg.com/api/diggthis.php')
with
( location.href.indexOf('http://digg.com/tools/diggthis.php')

note: this is a temporary fix.when you click diggthis it will jump back to the digg story page. sorry .i am a total n00b programmer. thats what you get when you do Comp Sci at university. hope this helps

 
Jun 24, 2007
Praveen Mark... User

ANOTHER change to digg :( does work agian. and the comment system is crap. btw. if i go to the digg story page (ie. http://digg.com/space/The_Greatest_and_Most_Unu... ) can you make it so ADC makes it work when i click the story link here as well.

 
May 25, 2007
Daniel Einsp... Script's author

Yep. noticed that a few days ago. Just fixed it this morning. digg.com added a new variable to their ajax digg method. Updating should get you up and running again.

 
May 24, 2007
Praveen Mark... User

there is something wrong with my ADC
everything looks fine and works fine until i try to digg the article. the digg number fades off and never appears again, and neither does DIGG change to DUGG. when i check my digg profile, i have not dug the link. i can however click on the blank space and be directed to the digg article page. pic below
http://i19.tinypic.com/6bt0h8l.jpg

 
Apr 22, 2007
Johan Sundström Scriptwright

Cool code reuse. Jesse's book burro extension version at bookburro.org doesn't have the drag code (originally by Aaron Boodman), though, so people looking for that code's ancestry might be better off directed via http://userscripts.org/scripts/show/1859 or wherever you picked it up.

And (unless you're aiming for being Opera compatible), the (function() {...})(); enclosure to protect the page from script data has not been needed since very early (0.5 branch) Greasemonkey versions.

 
Apr 14, 2007
Jordi De Groof Scriptwright

Add mirrors is now working with ADC, no matter which of the two is installed first.

 
Mar 15, 2007
Daniel Einsp... Script's author

PeCet:
I re-installed the add mirrors script to test out with it. I found that if the add mirrors script is installed after ADC, the coral and google links will be properly instrumented.

Duggmirror.com is a special case, so I updated ADC to explicitly support it.

 
Mar 14, 2007
PeCet Scriptwright

Good, but please make it to work with digg - add mirrors extension, i mean digg button for thease mirrors

 
Mar 12, 2007
Daniel Einsp... Script's author

Okay. it is fixed now. Sorry to all the new people who installed the broken .3 version. :(

 
Mar 11, 2007
Daniel Einsp... Script's author

Hey, don't bother installing this .3 version today. I just discovered that digg also changed their API slightly so the digg this link isn't working. :(

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