Advertisement
itgirl

[script] password protect

Dec 28th, 2022 (edited)
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <script>
  2. var password;
  3. var pass1="WRITE YOUR PASSWORD HERE";
  4. password=prompt('WRITE ANYTHING HERE','');
  5. if (password!=pass1) {window.location="INSERT A WEBSITE LINK HERE";}
  6. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement