// ==UserScript== // @name Arras.io crosshair pointer // @namespace http://tampermonkey.net/ // @version 1.0 // @description Change the mouse pointer to a crosshair. Might improve your Aim.. // @author AstRatJP // @match *://arras.io/ // @match *://arras.netlify.app/ // @run-at document-start // @grant none // @license MIT // @downloadURL none // ==/UserScript== document.getElementById("canvas").style.cursor="crosshair";