Item logo image for Page Mod Loader

Page Mod Loader

5.0(

6 ratings

)
ExtensionDeveloper Tools203 users

1 support issue

  • All
  • Questions
  • Suggestions
  • Problems

Leonidas Arvanitis

Feb 23, 2021

Script Context

As I understand it now, the `mod` code runs in the extension's context and thus, it can not access the full window object. For example, if the page uses JQuery, I cannot do `window.$('#abc')` in my mod because `$` is not defined.

Would it be possible to inject the code directly on the page (in a script tag?), so it can have access to the full window object?

Google apps