Skip to content

Puppeteer - Bypassing the Anti-Bot at the target sites

Notifications You must be signed in to change notification settings

Pudochu/Kasada-Bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Kasada-Bypass 🐋✨

How to bypassing the Anti-Bot at the target sites with Puppeteer. 🪄

The inclusion of ignore_default_args=["--enable-automation"] is essential to suppress the infobar that displays the message "Chrome is controlled by an automated test service." This ensures a more seamless browsing experience, free from unnecessary notifications.

Additionally, the use of --disable-blink-features=AutomationControlled is crucial for properly setting the AutomationControlled property of the browser to null. This adjustment is key to maintaining the integrity of automated interactions by preventing the detection of browser automation.

The code is located within the "index.js" file.

About

Puppeteer - Bypassing the Anti-Bot at the target sites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published