From 6b345ea98645c17912d6cc803dc1ea1fde50c67e Mon Sep 17 00:00:00 2001 From: whimsical-c4lic0 Date: Thu, 26 Feb 2026 22:50:29 -0600 Subject: [PATCH] Update stealth script instructions to include specific instructions for GUI and CLI --- OF DL.Cli/chromium-scripts/CREATING_STEALTH_SCRIPT.md | 6 ++++-- OF DL.Gui/chromium-scripts/CREATING_STEALTH_SCRIPT.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/OF DL.Cli/chromium-scripts/CREATING_STEALTH_SCRIPT.md b/OF DL.Cli/chromium-scripts/CREATING_STEALTH_SCRIPT.md index bc76c2c..efda578 100644 --- a/OF DL.Cli/chromium-scripts/CREATING_STEALTH_SCRIPT.md +++ b/OF DL.Cli/chromium-scripts/CREATING_STEALTH_SCRIPT.md @@ -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). diff --git a/OF DL.Gui/chromium-scripts/CREATING_STEALTH_SCRIPT.md b/OF DL.Gui/chromium-scripts/CREATING_STEALTH_SCRIPT.md index bc76c2c..ce69080 100644 --- a/OF DL.Gui/chromium-scripts/CREATING_STEALTH_SCRIPT.md +++ b/OF DL.Gui/chromium-scripts/CREATING_STEALTH_SCRIPT.md @@ -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).