more test xd

test

  1. // ==UserScript==
  2. // @name more test xd
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0.0
  5. // @icon ShootEm.io
  6. // @description test
  7. // @author noone
  8. // @license MIT
  9. // @grant GM_setValue
  10. // @grant GM_getValue
  11. // @grant GM_addValue
  12. // @grant GM_addStyle
  13. // @grant GM_getResourceText
  14. // @run-at document-end
  15. // @match *://ShootEm.io
  16. // @match *://surviv2.io/*
  17. // @match *://2dbattleroyale.com/*
  18. // @match *://2dbattleroyale.org/*
  19. // @match *://piearesquared.info/*
  20. // @match *://thecircleisclosing.com/*
  21. // @match *://archimedesofsyracuse.info/*
  22. // @match *://secantsecant.com/*
  23. // @match *://parmainitiative.com/*
  24. // @match *://nevelskoygroup.com/*
  25. // @match *://kugahi.com/*
  26. // @match *://chandlertallowmd.com/*
  27. // @match *://ot38.club/*
  28. // @match *://kugaheavyindustry.com/*
  29. // @match *://drchandlertallow.com/*
  30. // @match *://rarepotato.com/*
  31. // @grant none
  32. // ==/UserScript==
  33. // New crosshair
  34. (function() {
  35. 'use strict';
  36. window.addEventListener('click', function() {
  37. try {
  38. document.querySelector("#game-area-wrapper").style.cursor = 'url(data:image/png;base64,https://www.reddit.com/r/KrunkerIO/comments/del77t/my_light_blue_scopecrosshairhitmarker_setup/) 16 16, default';
  39. } catch (e) { }
  40. });
  41. })();

QingJ © 2025

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