Greasy Fork 支持 简体中文。

New Mouse Aim Cursor

vertix cursor

  1. // ==UserScript==
  2. // @name New Mouse Aim Cursor
  3. // @namespace Lexi
  4. // @version 1.9
  5. // @description vertix 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. };