2
0
forked from sim0n00ps/OF-DL

Document the stealth script creation process

This commit is contained in:
whimsical-c4lic0 2026-01-04 22:41:34 -06:00
parent 568a071658
commit e106fa2242
2 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,14 @@
# Stealth Script Creation
## Requirements
- NodeJS (with npx CLI tool)
## Instructions
- Open a terminal in this directory (OF DL/chromium-scripts)
- Run `npx -y extract-stealth-evasions`
## 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).

File diff suppressed because one or more lines are too long