browser-automation / cba

Chromium Browser Automation (extension for chrome browser automation).
https://chrome-automation.com
GNU General Public License v3.0
108 stars 16 forks source link

Use scripting API for inject action #133

Closed Manvel closed 8 months ago

Manvel commented 8 months ago

We previously were adding script tag to the page in order to execute script in the MAIN world, now scripting API allow loading code into the main world where we rely on CSP of the page rather than the Extension one, meaning we still might be able to load script and execute there