Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 735 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 735 Bytes

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.