Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anonystick/49cad4d405f204027a12e337003fc28a to your computer and use it in GitHub Desktop.
Save anonystick/49cad4d405f204027a12e337003fc28a to your computer and use it in GitHub Desktop.
2. How to use it
isIncognito(function(itIs){
if(itIs){
console.log("You are in incognito mode");
}else{
console.log("You are NOT in incognito mode");
}
});
Code full: https://anonystick.com/blog-developer/tip-javascript-lam-the-nao-phat-hien-user-dang-dung-browser-an-danh-incognito-trong-google-chrome-N4oJZXZy.jsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment