New Mouse Aim Cursor

vertix cursor

// ==UserScript==
// @name         New Mouse Aim Cursor
// @namespace    Lexi
// @version      1.9
// @description  vertix cursor
// @author       Infinite 
// @match        http://vertix.io/*
// @grant        none
// ==/UserScript==

$("html, body").css("cursor","url(http://i.imgur.com/QQCMh1x.png) 34 34, default");

window.oncontextmenu = function () {
   return false;
};

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址