The userscripts source is hosted on GitHub. To clone the project run
$ git clone https://github.com/razor-x/userscripts.git
You will need npm with Grunt and Bower.
Install the development dependencies with
$ npm install
$ bower install
Run grunt --help
to see all Grunt tasks.
grunt coffee # Compile CoffeeScript to JavaScript
grunt clean # Remove build directory
grunt watch # Have Grunt watch for changes
Please submit and comment on bug reports and feature requests.
To submit a patch:
- Fork it (https://github.com/razor-x/userscripts/fork).
- Create your feature branch (
git checkout -b my-new-feature
). - Make changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin my-new-feature
). - Create a new Pull Request.
These UserScripts are licensed under the MIT license.
This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.