LogGet

Description: This technique detects the opening of the DevTools by writing special values to the console. This implementation worked at time of publication of this testbed, however LogGet is prone to break and we also included two variants that previously worked. Code taken from StackOverflow.

Experiment: Open the DevTools after the page has loaded and see what happens to the content.

Impact: This technique is a bit more robust than the previous WidthDiff technique in detecting whether the DevTools are currently open. However, it is also more noisy by requiring to log objects to the console. Therefore, it is best combined with the ConClear technique.