A JavaScript framework for tab cloaking
Include the script with the following CDN tag in your HTML page :
<script src="https://cdn.jsdelivr.net/gh/noodlelover1/cloak.js@main/main.min.js"></script>
Function : aboutBlankCloak()
Cloak the actual URL in about:blank
Function : blobCloak()
Cloak the actual URL in a blob: page
You need to define 2 variables :
- PANIC_KEY : The panic key (e.g. Enter, KeyP ...)
- PANIC_REDIRECT_URL : URL to redirect when panic key is pressed.
If both variables are not defined, the panic key script wont be active.