Diep.io Crosshair Pointer remixed

Make the pointer crosshair and improve aim. This script based by Mixaz017's script. Thanks a lot!

目前为 2017-12-02 提交的版本。查看 最新版本

// ==UserScript==
// @name         Diep.io Crosshair Pointer remixed
// @version      2.1.1
// @description  Make the pointer crosshair and improve aim. This script based by Mixaz017's script. Thanks a lot!
// @author       _BARLEYER_
// @include      http://diep.io/
// @namespace https://gf.qytechs.cn/ja/users/161581
// ==/UserScript==
document.getElementById("canvas").style.cursor = "crosshair";
window.onmouseup=function(){document.getElementById("canvas").style.cursor = "crosshair";};
window.onmousedown=function(){document.getElementById("canvas").style.cursor = "all-scroll";};

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址