ManyBoostFPS

Have less effect on 60hz+pc

  1. // ==UserScript==
  2. // @name ManyBoostFPS
  3. // @author DragonFrostIce
  4. // @description Have less effect on 60hz+pc
  5. // @icon https://www.google.com/s2/favicons?sz=64&domain=manyland.com
  6. // @version 0.1
  7. // @match *://manyland.com/*
  8. // @run-at document-start
  9. // @grant none
  10. // @namespace https://greasyfork.org/ru/users/789263-dragonfrostice
  11. // @license MIT
  12. // ==/UserScript==
  13.  
  14. (function() {
  15. 'use strict';
  16. requestAnimationFrame = (a) => setTimeout(a, 1e3/1000)
  17. })();