Skip to content

Instantly share code, notes, and snippets.

@dhou
Created January 23, 2009 12:58
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 dhou/51010 to your computer and use it in GitHub Desktop.
Save dhou/51010 to your computer and use it in GitHub Desktop.
CmdUtils.makeBookmarkletCommand({
name: 'jash',
homepage: "http://damienh.org",
author: { name: "Damien Hou", email: "houyongr@gmail.com"},
license: "GPL",
description: "Invoke Jash on any webpage",
help: "Type 'jash'",
url: "javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://www.billyreisinger.com/jash/source/latest/Jash.js';})();",
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment