Replies: 1 comment 1 reply
-
I don't think you can use stealth plugin on Electron. It nature of If you see the following files, you can find that they're heavily depending on the puppeteer API.
It's not a kind of figuring out how to use some puppeteer plugin in Electron forcibly. It's closer to technically impossible. However, all puppeteer-extra plugins are open-sourced and you can build your own version by referencing the stealth strategy you need from the puppeteer-extra repository. For this, you'll able to leverage electron APIs. I hope this helped you. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hello,
puppeteer-extra-plugin-stealth
is a Puppeteer plugin allowing the headless browser to be indistinguishable from a normal browser.Is there any equivalent for Electron's
webview
?I'm asking here because use cases for adblocking can also be use cases for stealth so maybe someone here figured it out or could build it.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions