Accurate Aim Cursor

Karnage cursor

// ==UserScript==
// @name         Accurate Aim Cursor
// @namespace    vertix.io
// @version      1.0
// @description  Karnage cursor
// @author       Meatman2tasty
// @match        http://vertix.io/*
// @grant        none
// ==/UserScript==

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

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

QingJ © 2025

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