Adds a link simultaneously in del.icio.us, Yahoo! Bookmarks, Google Bookmarks and Faviki!
drag "> Super Bookmarklet to your bookmarks toolbar
Code:
javascript:(function(){f='http://delicious.com/save?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)+'&v=5&';a=function(){if(!window.open(f+'noui=1&jump=doclose', 'deliciousuiv5', 'location=yes, links=no, scrollbars=no, toolbar=no, width=550, height=550'))location.href=f+'jump=yes'}; if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})();(function(){var%20a=window, b=document, c=encodeURIComponent, d=a.open("http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk="+c(b.location)+"&title="+c(b.title),"bkmk_popup","left="+((a.screenX||a.screenLeft)+10)+",top="+((a.screenY||a.screenTop)+10)+", height=420px, width=550px, resizable=1, alwaysRaised=1"); a.setTimeout(function(){d.focus()},300)})();var%20d=document, f='http://es.bookmarks.yahoo.com/toolbar/savebm?', l=d.location,e=encodeURIComponent, p='u='+e(l.href)+'& t='+e(d.title)+'&opener=bm&ei=UTF-8';1;a=function(){if(!window.open(f+p, 'popup', 'toolbar=0, status=0, resizable=1, scrollbars=1, width=450, height=480'))l.href=f+p};if(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else{a()}void(0);(function(){var w=window,d=document,e=encodeURIComponent,url=location.href,fff=d.getElementsByTagName('body')[0],wra=d.getElementById('wrapper_faviki');if(url!=''&&url!='about:blank'){if(!fff){p=w.open('http://www.faviki.com/ajax/edit_entry.php?url='+e(url)+';;;'+e(d.title)+';;;'+'&type=popup','bkmk_popup','left='+((w.screenX||w.screenLeft)+10)+',top='+((w.screenY||w.screenTop)+10)+',height=320px,width=443px,resizable=0,alwaysRaised=1');w.setTimeout(function(){p.focus()},300);}else{if(wra){wra.style.display='block'}else{var s=d.createElement('script');s.id='faviki_script';s.src='http://www.faviki.com/js/include/include.php';d.getElementsByTagName('body')[0].appendChild(s);}}}}())