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 Show R300 Win% on Players | |
// @description Shows players Rolling 300 Win% on their ball (and/or in a table) | |
// Works for registered (green) names only (and only if they appear on tagpro-stats.com) | |
// @version 0.1.5 | |
// @include http://tagpro-*.koalabeast.com:* | |
// @connect tagpro-stats.com | |
// @connect koalabeast.com | |
// @grant GM_setValue | |
// @grant GM_getValue |