1.1.1 • Published 4 years ago

decloak v1.1.1

Weekly downloads
49
License
MIT
Repository
-
Last release
4 years ago

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

Edit decloak-js-demo

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

4 years ago

1.1.0

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.131

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.112

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago