You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got it to work but it also "greyscreens" the library, and I can't figure out why
The only error I have to go off is: Uncaught TypeError: Cannot read property 'ownerDocument' of undefined
If you do want to see it: change fixes.txt line 30 to: switch (t) {~~case 38: case 13: return this.RunApp(b.OX.currentGameListSelection.nAppId), void e.preventDefault();case 38:
the error lies in using the JavaScript window.location.href as I now cannot use redirects without "greyscreening" the library as well.
I have tried window.replace, history.push all result in the same thing.
Unless I can find another way this JS tweak is broken
It doesn't seem to launch games, only goes to their library page.
The text was updated successfully, but these errors were encountered: