more fps

29/05/2024, 11:11:36

  1. // ==UserScript==
  2. // @name more fps
  3. // @namespace Violentmonkey Scripts
  4. // @match *://*/*
  5. // @grant none
  6. // @version 1.0
  7. // @author moongazer07
  8. // @license IPFMO/∞-1
  9. // @description 29/05/2024, 11:11:36
  10. // ==/UserScript==
  11.  
  12. const FPS = 313337;
  13.  
  14. const cb = [];
  15. setInterval((a=cb.slice(),b=cb.length=0) => a.forEach(f=>f(document.timeline.currentTime)), 100001-FPS);
  16. window.requestAnimationFrame = f=>cb.push(f);