Michael Scholtz
Michael Scholtz
I believe this happens with invalid cookies.
You are not retrying after calling `weblogon`.
Running OSX 10.11 and I ran into same issue. Not sure if updating to image-webpack-loader `v3.x` is a viable option for us right now since this can possibly lead to...
One possible way would be to do something like this: ```js let finalSource; // @if TARGET='web' finalSource = useStream(stream); // @endif // @if TARGET='app' finalSource = useFileStream(file); // @endif ```
Just ran into this sudden breaking change. What's the recommended way to access GM_info now in scripts that run via `@inject-into page`?
My use case is simple, I display script version and icon (URL) from GM_info in the UI elements added by the script.
It that's what it takes, I will remove the usage of GM_info. > I am sorry you guys are having issues for this, but as I said before, I don't...
@wolfissimo I'm using webpack to build the script so I just adjusted the config to use DefinePlugin and replaced all GM_info references. 👍
I can't find a replacement link. The project might be dead, not sure.