detectIncognito icon indicating copy to clipboard operation
detectIncognito copied to clipboard

JavaScript detection of Incognito & other private browsing modes on Chrome, Edge, Safari, Brave, Firefox, Opera and MSIE.

Results 3 detectIncognito issues
Sort by recently updated
recently updated
newest added

106's update comes with jsHeapSizeLimit matching incongnito and normal browsing. Arms race continues.. I will update if I find a new way... any ideas are welcome

From what I see, the Chrome detection is based on `storage quota < physical memory` from [here](https://chromium.googlesource.com/chromium/src/+/refs/heads/master/storage/browser/quota/quota_settings.cc), but this condition is not exclusive to incognito mode. It's also in: -...

OS:- MacOs ventura(13.2.1) Browser: Firefox(113.0.1) When the site URL is HTTP, the isPrivate value is incorrectly displayed as true instead of false in normal mode. Solution: ```js const firefoxPrivateTest =...