@floppy TL;DR: it tries to detect it using a combination of the User-Agent, screen density and orientation. For me, it apparently thinks I am using Firefox Mobile xD
Top-level
2 comments
@kytta Also, what if DevTools are opened in a separate window? Then the threshold-criteria in the conditional few lines afterwards will break. https://github.com/sindresorhus/devtools-detect/blob/main/index.js#L25-L26 Don't know what to make of this. :) |
@kytta Just had a look. Didn't expect it to be that simple. There are so many ways to mess with it. :) Some of which by use of DevTools, haha.