// ==UserScript== // @name Arras.io crosshair pointer // @version 1.1.0 // @description Change the mouse pointer to a crosshair. Might improve your Aim.. // @author AstRatJP // @match *://arras.io/static/*/app* // @run-at document-start // @grant none // @require https://greasyfork.org/scripts/455470-wail/code/WAIL.js?version=1121558 // @namespace http://tampermonkey.net/ // @downloadURL none // ==/UserScript== document.getElementById("canvas").style.cursor="crosshair";