Skip to content

Instantly share code, notes, and snippets.

@eai04191
Last active February 18, 2022 22:40
Show Gist options
  • Save eai04191/13b260a332691a0a4d642d30a7d27a6e to your computer and use it in GitHub Desktop.
Save eai04191/13b260a332691a0a4d642d30a7d27a6e to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name lastorigin | stats.js
// @namespace net.mizle
// @version 0.1.0
// @author Eai <eai@mizle.net>
// @match https://adult-client.last-origin.com/
// @match https://normal-client.last-origin.com/
// @grant none
// @version 1.0
// @author -
// @description 2022/2/4 1:56:29
// ==/UserScript==
javascript:(function(){var script=document.createElement('script');script.onload=function(){var stats=new Stats();document.body.appendChild(stats.dom);requestAnimationFrame(function loop(){stats.update();requestAnimationFrame(loop)});};script.src='//mrdoob.github.io/stats.js/build/stats.min.js';document.head.appendChild(script);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment