| Will change the type of any text field with maxlength >= 15 and <= 16 to password. This makes the field display only asterisks or dots. Note that this is meant to prevent people from reading over your shoulder (and determines how/if your browser remembers the field), and does not secure the underlying data in any way. | This script has no reviews. |
Will change the type of any text field with maxlength >= 15 and <= 16 to password. This makes the field display only asterisks or dots. Note that this only prevents people from reading over your shoulder (and determines how/if your browser remembers the field), and does not secure the underlying data in any way. Also, if you are using my maxlength script, you will have to uninstall then reinstall it after you install this script (so it will execute after this one). If you get false positives, post the URL and I'll try to fix it.
