ACTCD
ACTCD
I see that the problem is that now `GM.info` is no longer available when `@inject-into page`, which is indeed a different behavior than before. But I think this is working...
So, it fits the documentation's description that you can use `GM.info` / `GM_info` without `@grant` them in the content script context. For reference, could you describe your use cases in...
> 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`? @scholtzm I am sorry you...
@scholtzm Then consistent with the example I made above, you could just add a variable to the code and update them at the same time as you update the script....
@scholtzm The reason I say that is because it's not inconsistent with the documentation. > When using API methods, it's only possible to inject into the `content script scope` due...
Convenience comes with privacy risks, and reducing unnecessary leakage points and better protecting users' privacy is the real benefit for everyone, developers and users alike. I apologize that this unrecognized...
So far, no effective use case feedback has been seen. I will close this issue and will reopen it if there is new feedback.
This is very strange. First time I've seen feedback like this. The two possibilities I can think of immediately are: - The application's preferences (plist) are corrupted - Your iCloud...
Just to make sure, are you running macOS 15? I discovered that there are several issues that can be caused by changes related to sandbox permissions in macOS 15. Have...
> Not that I know of, where would I need to check? Some authorization pop-ups are temporary or one-time, so you can't check them. > The scripts are in an...