Hacker News new | ask | show | jobs
by daylab 57 days 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?
1 comments

We execute the code in a sandbox and proxy the fetch calls through main world!