mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-15 12:50:01 -04:00
Tab Cloak Updated
This commit is contained in:
parent
3f2737b69e
commit
d293d60580
1 changed files with 2 additions and 2 deletions
|
@ -52,10 +52,10 @@ window.addEventListener('DOMContentLoaded', function() {
|
||||||
}
|
}
|
||||||
}, false);
|
}, false);
|
||||||
|
|
||||||
document.getElementById('cwbox').addEventListener('click', function(e) {
|
document.getElementById('csel').addEventListener('click', function(e) {
|
||||||
if (this.checked) {
|
if (this.checked) {
|
||||||
window.onbeforeunload = function(e) {
|
window.onbeforeunload = function(e) {
|
||||||
var message = 'Oopsie poopsie'
|
var message = 'Error Tab Cloak'
|
||||||
e.returnValue = message;
|
e.returnValue = message;
|
||||||
return message;
|
return message;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue