Jstris Stats Script

change the color of stats

Version vom 11.06.2019. Aktuellste Version

// ==UserScript==
// @name         Jstris Stats Script
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  change the color of stats
// @author       jezevec10
// @match        https://*.jstris.jezevec10.com/*
// @grant        none
// ==/UserScript==

/**************************
  Jstris Stats Script         
**************************/

document.getElementById("stats").style.color="white";

      or  

document.getElementById("stats").style.color="rgba(255, 106, 202, 100)";