├── Makefile ├── README.md ├── apply-evasions.js ├── main.js └── tests ├── adscore.html └── distil.html /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris124567/puppeteer-bypassing-bot-detection/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris124567/puppeteer-bypassing-bot-detection/HEAD/README.md -------------------------------------------------------------------------------- /apply-evasions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris124567/puppeteer-bypassing-bot-detection/HEAD/apply-evasions.js -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris124567/puppeteer-bypassing-bot-detection/HEAD/main.js -------------------------------------------------------------------------------- /tests/adscore.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris124567/puppeteer-bypassing-bot-detection/HEAD/tests/adscore.html -------------------------------------------------------------------------------- /tests/distil.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris124567/puppeteer-bypassing-bot-detection/HEAD/tests/distil.html --------------------------------------------------------------------------------