This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Rolling 300 Timeline | |
// @description Shows your Rolling 300 Timeline & Streaks (using the official game data) on your chosen server homepage. | |
// @version 2.0.10 | |
// @match https://tagpro.koalabeast.com/* | |
// @exclude https://tagpro.koalabeast.com/history* | |
// @require https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.3.0/Chart.min.js | |
// @grant GM_setValue | |
// @grant GM_getValue | |
// @grant GM_deleteValue |