Greasy Fork

FPS Booster 2

remove lag enjoy🐓

目前为 2024-05-05 提交的版本。查看 最新版本

// ==UserScript==
// @name         FPS Booster 2
// @namespace http://tampermonkey.net/
// @version 1.4
// @description  remove lag enjoy🐓
// @author       Mr-Chimken_Lord
// @grant quit lag
// @match *://arras.io/*
// @match *://sandbox.moomoo.io/*
// @match *://moomoo.io/*
// @license MIT
// ==/UserScript==
(function() {
    'use strict';
requestAnimationFrame = (a) => setTimeout(a, 1e3/MIN)
})();// ==UserScript==