FPS Increaser

experiment the script

目前為 2023-04-16 提交的版本,檢視 最新版本

// ==UserScript==
// @name         FPS Increaser
// @namespace http://tampermonkey.net/
// @version 1.3 experimental
// @description  experiment the script
// @author       The Lag Killer
// @grant
// @match *://agar.io/*
// @match *://sploop.io/*
// @match *://mineenergy.fun/*
// @match *://sandbox.moomoo.io/*
// @match *://starve.io/*
// @match *://taming.io/*
// @match *://arras.io/*
// @license MIT
// ==/UserScript==
(function() {
    'use strict';
 
let MAX = 999999999;
requestAnimationFrame = (a) => setTimeout(a, 1e3/MAX)
})();

QingJ © 2025

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