Diep.io Crosshair Pointer remixed remixed

Makes the pointer crosshair and the aim easily. This script based by Mixaz017's script. Thanks a lot! [hi. i have revamped MugiSus's crosshair pointer so it works now. You're welcome! btw if you edit this script please say "Edited script" if you ever publish it. thanks-alot!]

目前为 2023-06-14 提交的版本。查看 最新版本

// ==UserScript==
// @name         Diep.io Crosshair Pointer remixed remixed
// @version      2.5
// @description  Makes the pointer crosshair and the aim easily. This script based by Mixaz017's script. Thanks a lot! [hi. i have revamped MugiSus's crosshair pointer so it works now. You're welcome! btw if you edit this script please say "Edited script" if you ever publish it. thanks-alot!]
// @author       _BARLEYER_
// @match      https://diep.io/
// @namespace https://gf.qytechs.cn/en/users/1076889
// @license MIT
// ==/UserScript==
var cursorStyle = "crosshair";
var cursorRefresh = function() { document.getElementById("canvas").style.cursor = cursorStyle; };
window.onmouseup = function() { cursorStyle = "crosshair"; cursorRefresh(); };
window.onmousedown = function() { cursorStyle = "all-scroll"; cursorRefresh(); };
window.onmousemove = function() { if ( document.getElementById("canvas").style.cursor != cursorStyle ) { cursorStyle = "crosshair"; cursorRefresh(); } };

QingJ © 2025

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