Update stealth script instructions to include specific instructions for GUI and CLI

This commit is contained in:
whimsical-c4lic0 2026-02-26 22:50:29 -06:00
parent daca54da2e
commit 6b345ea986
2 changed files with 8 additions and 4 deletions

View File

@ -6,9 +6,11 @@
## Instructions
- Open a terminal in this directory (OF DL/chromium-scripts)
- Open a terminal in this directory (OF DL.Cli/chromium-scripts)
- Run `npx -y extract-stealth-evasions`
- Copy the `stealth.js` file into the other chromium-scripts directory as well (`OF DL.Gui/chromium-scripts/`)
## References
See the readme.md file and source code for the stealth script [here](https://github.com/berstend/puppeteer-extra/tree/master/packages/extract-stealth-evasions).
See the readme.md file and source code for the stealth
script [here](https://github.com/berstend/puppeteer-extra/tree/master/packages/extract-stealth-evasions).

View File

@ -6,9 +6,11 @@
## Instructions
- Open a terminal in this directory (OF DL/chromium-scripts)
- Open a terminal in this directory (OF DL.Gui/chromium-scripts)
- Run `npx -y extract-stealth-evasions`
- Copy the `stealth.js` file into the other chromium-scripts directory as well (`OF DL.Cli/chromium-scripts/`)
## References
See the readme.md file and source code for the stealth script [here](https://github.com/berstend/puppeteer-extra/tree/master/packages/extract-stealth-evasions).
See the readme.md file and source code for the stealth
script [here](https://github.com/berstend/puppeteer-extra/tree/master/packages/extract-stealth-evasions).