Skip to content

Instantly share code, notes, and snippets.

@23maverick23
Last active October 13, 2015 19:18
Show Gist options
  • Save 23maverick23/4243311 to your computer and use it in GitHub Desktop.
Save 23maverick23/4243311 to your computer and use it in GitHub Desktop.
HTML5: Bookmarklet hyperlink
<a href="javascript:(function(){if(window.myBookmarklet!==undefined){myBookmarklet();}else{document.body.appendChild(document.createElement('script')).src='http://somewhere.com/script.js?';}})();">Bookmarklet</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment