9 ms·
oh this is clever. running in main world dodges a lot of the usual scraping pain. how do you handle sites with strict csp that block inline scripts, is the exte
by daylab 5mo ago
oh this is clever. running in main world dodges a lot of the usual scraping pain. how do you handle sites with strict csp that block inline scripts, is the extension somehow exempt?
- arjunchint 5mo agoWe execute the code in a sandbox and proxy the fetch calls through main world!