Skip to content
I’ve suddenly fallen in love with bookmarklets again
I thought I’d share these as I find them incredibly useful for social sharing especially. Click and drag the bold header text onto your favourites bar. Stumble This! javascript:document.location.href='http://www.stumbleupon.com/submit?url='+document.URL+'&title='+document.title.replace(/%20/g,'+'); Springpad Saves either a text selection or bookmarks the URL javascript:(function()%7BSP_HOST%3D'http%3A%2F%2Fspringpadit.com'%3Btry%7Bvar%20x%3Ddocument.createElement('SCRIPT')%3Bx.type%3D'text%2Fjavascript'%3Bx.src%3DSP_HOST%2B'%2Fpublic%2Fclipper_inline.js%3F'%2B(new%20Date().getTime()%2F100000)%3Bdocument.getElementsByTagName('head')%5B0%5D.appendChild(x)%3B%7Dcatch(e)%7Blocation.href%3DSP_HOST%2B'%2Fclip.action%3Furl%3D'%2BencodeURIComponent(location.href)%2B'%26title%3D'%2BencodeURIComponent(document.title)%3B%7D%7D)()%3B Share on Twitter javascript:(function(){window.twttr=window.twttr||{};var D=550,A=450,C=screen.height,B=screen.width,H=Math.round((B/2)-(D/2)),G=0,F=document,E;if(C>A){G=Math.round((C/2)-(A/2))}window.twttr.shareWin=window.open('http://twitter.com/share','','left='+H+',top='+G+',width='+D+',height='+A+',personalbar=0,toolbar=0,scrollbars=1,resizable=1');E=F.createElement('script');E.src='http://platform.twitter.com/bookmarklets/share.js?v=1';F.getElementsByTagName('head')[0].appendChild(E)}()); Share on Google+ javascript:var d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='https://m.google.com/app/plus/x/',l=d.location,e=encodeURIComponent,u=f+'?content='+e(d.title)+e(' - ')+e(l.href)+'&v=compose&hideloc=1';a=function(){if(!w.open(u,'gplusshare','toolbar=0,resizable=1,scrollbars=1,status=1,width=450,height=295'))l.href=u;};if (/Firefox/.test(navigator.userAgent)) setTimeout(a, 0);…
Technology
Back To Top