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

目前為 2018-11-20 提交的版本,檢視 最新版本

// ==UserScript==
// @name         For most io sites Io Gaming Cursor
// @version      2.8
// @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/ https://surviv.io/ http://fortnite.io/ http://vertix.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.cur)";
var cursorRefresh = function() { document.getElementById("canvas").style.cursor = cursorStyle; };
window.onmouseup = function() { cursorStyle = "https://pngimage.net/wp-content/uploads/2018/05/cool-cursor-png-4.png (images/cursor.cur)"; cursorRefresh(); };
window.onmousedown = function() { cursorStyle = "all-scroll"; 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 (images/cursor.cur)"; cursorRefresh(); } };