Collection of small JavaScript functions and scripts that can be used in the browser to interact with Lair
##Usage##
- Log into Lair.
- If the script comments have "Requires client-side updates: true" you will need to turn on client updates, if not, you can skip this step. On the initial page under "Settings" ensure that you have enabled "client-side updates".
- Load your desired project.
- From within your browser, open your JavaScript console. How to do this is specific to your browser and/or plugins used.
- Copy the script and/or function definition in its entirety; paste it into your JavaScript console.
- Run the newly defined function, adhering to the usage defined in the comments of each script.
- 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
) - Create new Pull Request