-
Notifications
You must be signed in to change notification settings - Fork 103
the userscript on greasemonkey is not working at all #22
Comments
Probably one line missing there
instead of only
|
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 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. |
Well I got past the initial errors but now the script fails trying to add the ticker to PIXI (gApp) with |
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
The text was updated successfully, but these errors were encountered: