1.1.1 • Published 6 years ago
decloak v1.1.1
decloak
An incognito detection script. 4KB when gzipped, works with Chrome 76+, Firefox, IE, and Safari 12.
Live Demo
https://codesandbox.io/s/decloak-js-demo-hf98q
Installation
Install with
yarn add decloak
npm install decloak
Usage
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/decloak@latest/dist/bundle.js"></script>
<script>
Decloak.isPrivateMode().then(function (isPrivate) {
console.log("Browsing in private mode? ", isPrivate);
alert("Browsing in private mode? " + isPrivate);
});
</script>
</head>
</html>1.1.1
6 years ago
1.1.0
6 years ago
0.0.15
6 years ago
0.0.14
6 years ago
0.0.131
6 years ago
0.0.13
6 years ago
0.0.12
6 years ago
0.0.112
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago