Skip to content

Instantly share code, notes, and snippets.

@snaka
Created February 10, 2009 08:13
Show Gist options
  • Save snaka/61300 to your computer and use it in GitHub Desktop.
Save snaka/61300 to your computer and use it in GitHub Desktop.
<html>
<head><title>Bookmarklet template</title></head> <body>
<ul> <li> <a href="javascript:(function(){
var%20sc=document.createElement('script');
sc.setAttribute('src','http://localhost:8080/test.js');
document.body.appendChild(sc);
})();
void(0);
">
Bookmark this!
</a></li>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment