Input

Concept: Input Domain Leaks

Bypass CDP-Leaks in Inputarrow-up-right domains. For an interaction event e, the page coordinates won't ever equal the screen coordinates, unless Chrome is in full-screen. However, all CDP input commands just set it the same by default (see crbug#1477537arrow-up-right).\

var is_bot = (e.pageY == e.screenY && e.pageX == e.screenX)
if (is_bot && 1 >= outerHeight - innerHeight){ // fullscreen
    is_bot = false
}

circle-exclamation
circle-exclamation

Owner: Vinyzuarrow-up-right Co-Maintainer: Kaliiiiiiiiiiarrow-up-right

Last updated