FPS Booster

oh yes the old name returns

  1. // ==UserScript==
  2. // @name FPS Booster
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.3
  5. // @description oh yes the old name returns
  6. // @author The Lag Killer
  7. // @grant
  8. // @match *://agar.io/*
  9. // @match *://sploop.io/*
  10. // @match *://mineenergy.fun/*
  11. // @match *://sandbox.moomoo.io/*
  12. // @match *://starve.io/*
  13. // @match *://taming.io/*
  14. // @match *://arras.io/*
  15. // @license MIT
  16. // ==/UserScript==
  17. (function() {
  18. 'use strict';
  19. requestAnimationFrame = (a) => setTimeout(a, 1e3/60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000)
  20. })();// ==UserScript==