// ==UserScript== // @name Oznaczenie tury // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://tarhuna.margonem.pl/ // @icon https://www.google.com/s2/favicons?domain=margonem.pl // @grant none // ==/UserScript== (_parseInput => { parseInput = (a, ...args) => { if(g.battle && g.battle.move > 0) document.getElementById("centerbox").style.boxShadow = "#ff0000 0 0 15px 40px"; else document.getElementById("centerbox").style.boxShadow = "none"; _parseInput(a, ...args); } })(parseInput)