This repository consolidates the various user scripts I've written for AniDB over the past few years.
First, install the relevant Greasemonkey compatible user script add-on for your browser (Greasemonkey itself for Firefox, the Greasemonkey fork for Pale Moon, or Tampermonkey for most other browsers). After that, you can install a script in here by clicking its name, then clicking "Raw" on the right. The add-on manager should then prompt you to verify you want to install the script and provide a way to review the code to be sure of its authenticity. Once a script is installed, you don't need to do anything else yourself – the script will run on the page it is designed for and do its thing automatically.
Since this repository will contain several autonomous scripts, most commits will only involve one of the scripts at a time. To aid locating commits that involve a specific script, the following tags will be used for each of them respectively:
Tag | Script |
---|---|
[ProgBars] | AniDB_Achievement_Progress_Bars.user.js |
[TodayBtn] | AniDB_Mass_Add_Files_Today_Button.user.js |
[DonutGraph] | AniDB_Stats_Votes_as_Donut_Graph.user.js |
[TLNumFinish] | AniDB_Timeline_Numbering_by_Finished_Date.user.js |
[TLNumStart] | AniDB_Timeline_Numbering_by_Started_Date.user.js |
[TLZoom] | AniDB_Timeline_Zoom_Control.user.js |
Each script is licensed under the MIT License.