1.1.1 • Published 5 years ago

decloak v1.1.1

Weekly downloads
49
License
MIT
Repository
-
Last release
5 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

5 years ago

1.1.0

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.131

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.112

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago