This commit is contained in:
@ -9,7 +9,7 @@ let IsAdult = localStorage.getItem('adult');
|
||||
///sends you to the redirect page if it's not 1
|
||||
|
||||
if (IsAdult !== '1') {
|
||||
window.location = "https://hexbomb.gay/18redirect.html";
|
||||
window.location = "https://hexbomb.gay/18redirect.html";
|
||||
}
|
||||
|
||||
console.log(IsAdult)
|
||||
|
Reference in New Issue
Block a user