├── README.md ├── automator.user.js ├── elementsStatTracker.js ├── img ├── game_frame_tv.png ├── icons.png ├── settings.png └── stats.png ├── minified.js ├── notes.txt └── slaveWindows.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ensingm2/SteamMonsterGameScript/HEAD/README.md -------------------------------------------------------------------------------- /automator.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ensingm2/SteamMonsterGameScript/HEAD/automator.user.js -------------------------------------------------------------------------------- /elementsStatTracker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ensingm2/SteamMonsterGameScript/HEAD/elementsStatTracker.js -------------------------------------------------------------------------------- /img/game_frame_tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ensingm2/SteamMonsterGameScript/HEAD/img/game_frame_tv.png -------------------------------------------------------------------------------- /img/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ensingm2/SteamMonsterGameScript/HEAD/img/icons.png -------------------------------------------------------------------------------- /img/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ensingm2/SteamMonsterGameScript/HEAD/img/settings.png -------------------------------------------------------------------------------- /img/stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ensingm2/SteamMonsterGameScript/HEAD/img/stats.png -------------------------------------------------------------------------------- /minified.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ensingm2/SteamMonsterGameScript/HEAD/minified.js -------------------------------------------------------------------------------- /notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ensingm2/SteamMonsterGameScript/HEAD/notes.txt -------------------------------------------------------------------------------- /slaveWindows.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ensingm2/SteamMonsterGameScript/HEAD/slaveWindows.js --------------------------------------------------------------------------------