Skip to content

Instantly share code, notes, and snippets.

@jakedowns
Last active February 23, 2024 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakedowns/5670a6985a0d32cafef1de6bffa56f32 to your computer and use it in GitHub Desktop.
Save jakedowns/5670a6985a0d32cafef1de6bffa56f32 to your computer and use it in GitHub Desktop.
newtab.html
<html>
<head>
<style>
body,html {
background: black;
}
</style>
<script>
(function(){var menuOptions=['Alpine','Blast','Bridge','Build','Bullet','Capsule','Character','Chess','Compound','Diamond','Dragon','Evangelion','Gears','Gravity','Heroes','Heroes2','Human','Joint','Keva','Kinematic','Material','Million','Ragdoll','Random','Ray_car','Raycast','Simple','Skeleton','Skeleton_old','Start','Terrain','Test','Tower'];function getRandomIndex(max){return Math.floor(Math.random()*max);}var randomOption=menuOptions[getRandomIndex(menuOptions.length)];var baseUrl='https://lo-th.github.io/phy/index.html?E=w_havok#';var finalUrl=baseUrl+randomOption.toLowerCase();window.location.href=finalUrl;})()
</script>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment