Open Rysanlos opened 6 years ago
Probably one line missing there
// @match https://steamcommunity.com/saliengame/play/
// @match https://steamcommunity.com/saliengame/play
instead of only
// @match https://steamcommunity.com/saliengame/play/
sorry it's been readded
Same here, looks like the issue is that the userscript tries to use the gApp aka pixi before it's properly loaded.
also with the last version 6 it's not working
it could be that firefox's monkey addon might load the window too quickly? i will install firefox to try and fix it
I recommend using Tampermonkey for Firefox. Greasemonkey was always a bit unreliable.
Works fine with Violentmonkey on Firefox.
even so, i'd like to have it compatible
I installed tampermonkey on firefox, it's seems working, but not with greasemonkey :/
The issue is greasemonkey runs the script to fast. There is @run-at
options in userscripts but I couldn't get a value where it wasn't erroring.
You'll probably need to wrap the whole function in something that waits until gApp is defined before initalizing.
working great with violentmonkey for firefox
well i've added a notification until we figure out how to support it.
I could get past the errors but then the script just wouldn't do anything. Greasemonkey is super confusing and so bad compared to Tampermonkey. I think it has something to do with it not having the same access to the page that tampermonkey has.
Yeah I tried the same thing and gave up as well. no clue what is happening either, added a whole try catch block and it didn't spit out errors even.
Well I got past the initial errors but now the script fails trying to add the ticker to PIXI (gApp) with Error: Permission denied to access object
I don't know what to do, I installed the script, I open the mini game but nothing happens, also when I'm joining a game, the script is not working