greasemonkey_grant_cli
v0.0.2
Published
cli for greasemonkey @grant meta block.
Downloads
4
Readme
greasemonkey_grant_cli
Command line tools which generate // @grant GM_xmlhttpRequest
from greasemonkey.user.js file.
- listing GM_* API used in greasemonkey.user.js file
Installation
npm install -g greasemonkey_grant_cli
Usage
$ greasemonkey_grant file.user.js
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT