Greasy Fork is available in English.

FPS Booster 2

remove lag enjoy🐓

// ==UserScript==
// @name         FPS Booster 2
// @namespace http://tampermonkey.net/
// @version 2 (final)
// @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==