Skip to content

azu/greasemonkey_grant_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Example :

$ greasemonkey-grant github-display-package-dependencies.user.js
// @grant GM_addStyle
// @grant GM_xmlhttpRequest%

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

About

Command line tools for generating `@grant` meta block from user.js file.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published