-
-
Save dhou/51010 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.makeBookmarkletCommand({ | |
name: 'jash', | |
homepage: "http://damienh.org", | |
author: { name: "Damien Hou", email: "[email protected]"}, | |
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