Greasy Fork

FPS Booster

remove lag enjoy

目前为 2023-07-16 提交的版本。查看 最新版本

// ==UserScript==
// @name         FPS Booster
// @namespace http://tampermonkey.net/
// @version 1.3
// @description  remove lag enjoy
// @author       The Dark Lag
// @grant quit lag
// @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';
requestAnimationFrame = (a) => setTimeout(a, 1e3/-1000000000000000000000000000000000000000)
})();// ==UserScript==