zendriver-stealth 0.5.0

Anti-detection patches and profiles for zendriver
Documentation
1
2
3
4
5
// Defeats: bot.sannysoft.com `WebDriver (New)` + `WebDriver Advanced` rows.
// Patches Navigator.prototype (not navigator directly) so
// Object.getOwnPropertyNames(navigator) doesn't reveal the hack. Routed through
// __zdGetter so the getter reports `function get webdriver() { [native code] }`.
__zdGetter(Navigator.prototype, 'webdriver', () => false, { enumerable: true });