Is it possible to detect if browser's inspector window is open?
We tried to detect it by comparing the window.outerHeight and window.innerHeight, but this does not work when inspector window is not attached to browser (is floating).
window.outerHeight - window.innerHeight > 100
Thanks, Khachatur