zendriver-stealth 0.3.1

Anti-detection patches and profiles for zendriver
Documentation
1
2
3
4
5
6
// Defeats: bot.sannysoft.com `Chrome (New)` row.
if (!window.chrome) {
    window.chrome = { runtime: {} };
} else if (!window.chrome.runtime) {
    window.chrome.runtime = {};
}