For most io sites Io Gaming Cursor

For MOST .IO SITES This one is even better Its sick! I helps see... I think commnets> just below For most io sites

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name         For most io sites Io Gaming Cursor
// @version      3.1
// @description  For MOST .IO SITES This one is even better Its sick! I helps see... I think commnets> just below For most io sites
// @author       enigMyth_Thunder
// @include      http://brutal.io/
// @namespace https://greasyfork.org/ja/users/161581
// ==/UserScript==
var cursorStyle = "https://pngimage.net/wp-content/uploads/2018/05/cool-cursor-png-4.png (images/cursor.png) x 256x y 256x, auto";
var cursorRefresh = function() { document.getElementById("https://pngimage.net/wp-content/uploads/2018/05/cool-cursor-png-4.png").style.cursor = cursorStyle; };
window.onmouseup = function() { cursorStyle = "https://pngimage.net/wp-content/uploads/2018/05/cool-cursor-png-4.png (https://pngimage.net/wp-content/uploads/2018/05/cool-cursor-png-4.png) x 256x y 256x, auto"; cursorRefresh(); };
window.onmousedown = function() { cursorStyle = "https://pngimage.net/wp-content/uploads/2018/05/cool-cursor-png-4.png (https://pngimage.net/wp-content/uploads/2018/05/cool-cursor-png-4.png) x 256x y 256x auto"; cursorRefresh(); };
window.onmousemove = function() { if ( document.getElementById("canvas").style.cursor = cursorStyle ) { cursorStyle = "https://pngimage.net/wp-content/uploads/2018/05/cool-cursor-png-4.png (https://pngimage.net/wp-content/uploads/2018/05/cool-cursor-png-4.png) x 256x y 256x, auto"; cursorRefresh(); } };