Closed zmni closed 6 years ago
Details: https://violentmonkey.github.io/2018/11/23/inject-into-context/
Thanks for the pointer. Sounds like we want to use @inject-into content or @inject-into auto to circumvent CSP. Drawback is no access to the page's own JS objects, but we don't need those, as far as I'm aware.
@inject-into content
@inject-into auto
Details: https://violentmonkey.github.io/2018/11/23/inject-into-context/