| Uncheck a login form checkbox and focus on submit button | This script has no reviews. |
This is started as a simple script to un-check the "Remember Me" box when you login here.
It's silly to have to keep checking the box, if you're remembered then you don't even see this form unless you log out. I usually un-check it then don't have to log in again unless I've closed the browser. So I wrote a silly script to un-tick it.
I modified it so this script can work on any login form with a checkbox, I hope...
- It will find the first login box checkbox and uncheck it.
- It will focus on the submit button - I do that because Password Manager fills in the login info, and I just hit Enter.
- If you change the password it will show it in a tooltip.
- If it does not find the correct box you can define the checkbox name for any domain, see the Notes in the script.
- Tip -
If you want to see your password, do this:
Click on the password box and add a dash "-" to the end of it.
Click on any other part of the page.
Hover the mouse over the password box and in a second you'll see your password in the tooltip.
Don't forget to go back and remove the last character you added to the password before logging in.
