digg - add mirrors

By Jordi De Groof Last update Mar 31, 2009 — Installed 12,699 times. Daily Installs: 9, 3, 2, 0, 2, 2, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 2, 2, 3, 4, 1, 4, 4, 0, 1, 1, 3, 3

Add link for rorr.im

Subscribe to Add link for rorr.im 2 posts, 2 voices

thesonofthom User

So, this script doesn't seem like it's been updated in a long while. DuggMirror no longer seems to work, and I discovered a great new mirroring site called rorr.im, so I decided to fiddle with the script and add it:

var rorrimicon = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAABGdBTUEAALGPC/xhBQAAAMNJREFUKFONkD0OwjAMhcspGBhQz8I14Eqg0g50RZSRhYWBHgBGEEsHoGKhEhISA1v8cH5JSwcsWYmVz88v7oAj+DckbIP4Qrs7KD2Bjg/I2o/AgcUT6C14zJQz5oyAcAm6vhyvYKXYnRtoxqfNGNTP3AQFi/ymlRSUeinrCOKi1TU8OXiqTTiGWJ09eF8Zr23KCYTx/fUcZp4V63kMMcrrH1Sf5G4arI0duY0ENNyCqvcv7FZYctOmrEH2ze25sf/W8gOGoHiapQHj7gAAAABJRU5ErkJggg==";

and then, under the addIcons function:
//add rorr.im cache link
anchor = document.createElement("a");
anchor.href= dugglink;
anchor.href = "http://rorr.im/" + dugglink.substring(7);
anchor.target = target;
anchor.title = "rorr.im";
anchor.innerHTML="<image src=" + rorrimicon + ">";
container.appendChild(anchor);

Oh, and thanks a lot for the script! It's awesome!</image>

 
Jordi De Groof Script's Author
Glad to hear you like the script
I've updated the script with your additions, thanks for this!
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