Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit 321a221

Browse files
authored
Update password.html
1 parent cea3701 commit 321a221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/password.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ <h2>Please enter the password</h2>
9494
if (userPassword === correctPassword) {
9595
// Open both URLs in new tabs
9696
window.open('https://extprint3r.github.io/printer.html', '_blank');
97-
window.open('https://github.com/alanv-tech/ExtensionPrinter/wiki', '_blank');
97+
window.open('https://github.com/alanv-tech/ExtensionPrinter/wiki/THE-EXPLOIT', '_blank');
9898

9999
// Optionally, redirect the current window to one of the URLs
100-
window.location.replace("https://github.com/alanv-tech/ExtensionPrinter/wiki");
100+
window.location.replace("https://github.com/alanv-tech/ExtensionPrinter/wiki/THE-EXPLOIT");
101101

102102
// Hide the modal after successful password input
103103
document.getElementById('passwordModal').style.display = 'none';

0 commit comments

Comments
 (0)