LogGet

Description: This technique detects the opening of the DevTools by writing special values to the console. However, this code now longer works in modern browsers. Code taken from StackOverflow.

Experiment: Open the DevTools after the page has loaded and see what happens to the content. (Will most likely not work with your browser!)

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.