Last active
September 4, 2020 08:09
-
-
Save Unihedro/6273782f9c285dab06c879a07e7e2764 to your computer and use it in GitHub Desktop.
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
//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