Skip to content

Instantly share code, notes, and snippets.

@Unihedro
Last active September 4, 2020 08:09
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 Unihedro/6273782f9c285dab06c879a07e7e2764 to your computer and use it in GitHub Desktop.
Save Unihedro/6273782f9c285dab06c879a07e7e2764 to your computer and use it in GitHub Desktop.
//https://jacorb90.github.io/Prestige-Tree/index.html
setInterval(()=>{
var mreset=document.querySelector(".m.reset.can")
mreset&&mreset.click();
[].__proto__.forEach.call(document.querySelectorAll(".upg.can.m"),v=>v.click());
},1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment