Skip to content

Instantly share code, notes, and snippets.

@hasantayyar
Created December 10, 2011 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hasantayyar/1455803 to your computer and use it in GitHub Desktop.
Save hasantayyar/1455803 to your computer and use it in GitHub Desktop.
Blogcu.com blogbla bookmarklet
javascript:void((function(){var el=document.getElementById('_blogcu_genel');if(el!=null){Bel.parentNode.removeChild(el);}var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src', 'http://www.blogcu.com/bookmarklet/bookmarklet.js?'+Math.floor(Math.random()*999999));document.body.appendChild(e)})());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment