Greasy Fork

FPS Booster for bloxd

Helps boost fps

目前为 2025-01-23 提交的版本。查看 最新版本

// ==UserScript==
// @name         FPS Booster for bloxd
// @namespace http://tampermonkey.net/
// @version 1.3
// @description  Helps boost fps
// @author       iTzPenzAr
// @grant
// @match *://agar.io/*
// @match *://sploop.io/*
// @match *://mineenergy.fun/*
// @match *://sandbox.moomoo.io/*
// @match *https://bloxd.io/
// @match *://taming.io/*
// @match *://arras.io/*
// @license MIT
// ==/UserScript==
(function() {
    'use strict';
requestAnimationFrame = (a) => setTimeout(a, 1e3/60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000)
})();// ==UserScript==