Closed kaeroku closed 6 years ago
Change top and bottom:
// ==/UserScript==
function run () {
'use strict';
...
//END CRYSTAL SHATTER MODULE
}
function start () {
if (typeof gamePage != 'undefined') {
run()
} else {
setTimeout(start, 1000)
}
}
setTimeout(start,1000)
Full Code Below: