Skip to content

Instantly share code, notes, and snippets.

@tsevdos
Created January 2, 2012 15:32
Show Gist options
  • Save tsevdos/1551118 to your computer and use it in GitHub Desktop.
Save tsevdos/1551118 to your computer and use it in GitHub Desktop.
Bookmarklet
<a href="javascript:alert("Phrappe.com rocks!")>A vary basic bookmarklet!</a>
javascript:(function() {
var s=document.createElement("script");
s.src="http://phrappe.com/script.js";
document.body.appendChild(s);
})();
(function() {
//code
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment