Skip to content

Instantly share code, notes, and snippets.

@codeanpeace
Forked from JoelBesada/README.md
Last active December 30, 2015 12:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save codeanpeace/7832673 to your computer and use it in GitHub Desktop.
Save codeanpeace/7832673 to your computer and use it in GitHub Desktop.

This is a command for Magicscroll Web Reader bookmarklet.

(function(){
var resource = document.createElement("script");
resource.src = "http://www.magicscroll.net/bookmarklet/init.js";
document.documentElement.appendChild(resource);
}());
{
"name": "Magicscroll Web Reader",
"description": "A Backtick Hello World example command.",
"icon": "http://lh3.googleusercontent.com/P1E4MZdJg83m5XhcMyF47M64Acgdyc_dKb1N4pyx9wLPbEbvWPm-cUHNVDN-Mbp0JgslF_3ebw=s26-h26-e365-rw",
"link": "http://www.magicscroll.net/ScrollTheWeb.html"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment