Last active
December 6, 2023 10:58
-
-
Save erhaem/dc2d1f707ba613e26699ae5c7c4ac073 to your computer and use it in GitHub Desktop.
Bypass Login TPLink Router: "You have exceeded ten attempts."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function () { | |
| // by Rifqi Haidar (erhaem) | |
| document.querySelector('input#userName').disabled = false | |
| document.querySelector('input#pcPassword').disabled = false | |
| isLocked = false | |
| })() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(function(){document.querySelector('input#userName').disabled=false;document.querySelector('input#pcPassword').disabled=false;isLocked=false})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment