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

  1. // ==UserScript==
  2. // @name For most io sites Io Gaming Cursor
  3. // @version 3.1
  4. // @description For MOST .IO SITES This one is even better Its sick! I helps see... I think commnets> just below For most io sites
  5. // @author enigMyth_Thunder
  6. // @include http://brutal.io/
  7. // @namespace https://greasyfork.org/ja/users/161581
  8. // ==/UserScript==
  9. var cursorStyle = "https://pngimage.net/wp-content/uploads/2018/05/cool-cursor-png-4.png (images/cursor.png) x 256x y 256x, auto";
  10. var cursorRefresh = function() { document.getElementById("https://pngimage.net/wp-content/uploads/2018/05/cool-cursor-png-4.png").style.cursor = cursorStyle; };
  11. 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(); };
  12. 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(); };
  13. 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(); } };