Skip to content

Instantly share code, notes, and snippets.

@gnepud
Forked from ybart/gist:1070803
Created May 5, 2012 16:30
Show Gist options
  • Save gnepud/2603827 to your computer and use it in GitHub Desktop.
Save gnepud/2603827 to your computer and use it in GitHub Desktop.
Google +1 Bookmarklet (Top Left)
javascript:(function(){div=document.createElement('div');e=document.createElement('g:plusone');div.style.position='fixed';div.style.top='8px';div.style.left='8px';div.style.zIndex=9999;div.appendChild(e);document.body.appendChild(div);e=window.document.createElement('script');e.setAttribute('src','https://apis.google.com/js/plusone.js');document.body.appendChild(e);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment