Open
Description
In Tampermonkey, it auto disable CSP for userscripts to inject in page context
In Violentmonkey, we can use @inject-into auto
so that it will do the injection in content context if CSP blocked injection in page context
In Firemonkey, there are always ExportFunction and wrappedJSObject so we can do the page object modification in content context.
How about in Stay? I want it to try the page context first. If failed, use content context.
Metadata
Metadata
Assignees
Labels
No labels