HideMyPlaywright

Hide My Playwright

MIT License

Stars
4

HideMyPlaywright

English

Warning

  • Only partially patched for Chromium, which means even if you patch it, you won't be able to hide the automation features of Firefox and Webkit.

Usage

Open the terminal in the folder where .playwright is located and run this command.


>python setup.py <your playwright root directory>

example:
// When no arguments are provided, it will patch the `./.playwright` in the current directory by default
python setup.py

or
// Patch the `_/src/bin/Release/.playwright`
python setup.py _/src/bin/Release/.playwright

Automated Processes

  • [CloudFare] All non-interactive passed through

  • [Others] Unknown

Patched Operations

  • Runtime.enable
    • Removed Runtime.enable event
    • Modified method for retrieving _context(world) property
      • Enable JS environment isolation (utility)
      • Main JS environment (main)
      • Reset on frame/navigation occurrences (reset)