ensingm2 / SteamMonsterGameScript

A Javascript automator for the 2015 Summer Steam Monster Minigame
78 stars 29 forks source link

Running as tampermonkey userscript breaks certain features #10

Closed thelulzy closed 9 years ago

thelulzy commented 9 years ago

I noticed "Fixed pointer breaking if you click" was not working when I ran the script through tampermonkey.

Now I'm concerned what other features might not be working.

ensingm2 commented 9 years ago

Fixed in https://github.com/ensingm2/SteamMonsterGameScript/commit/08db9f7cd469812af9baf5c0caf88e5c920f81c5

It was just due to the fact that tampermonkey loaded my function overwrite code before loading the actual game. This led to the base game overwriting me instead. There was already a fix in place for the other functions, this was the only issue affected by that.