Vertix.io

Karnage cursor

  1. // ==UserScript==
  2. // @name Vertix.io
  3. // @namespace Lexi
  4. // @version 3.0
  5. // @description Karnage cursor
  6. // @author Infinite
  7. // @match http://vertix.io/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. $("html, body").css("cursor","url(http://i.imgur.com/QQCMh1x.png) 34 34, default");
  12.  
  13. window.oncontextmenu = function () {
  14. return false;
  15. };