Transform your website into a "Clicker Game" like Cookie Clicker.
For now, only on resolutions above 767px.
Just change "yourID" for the element ID you want to Click.
function setConfigs(){
turnClickable("yourID1");
//turnClickable("YourID2");
//turnClickable("YourID3");
//turnClickable("YourID...");
//...
}
- VagaBeatles Website - Turn on the Clicker Mode at the top-right button "Let's Click".