![]() ![]() |
Im not sure if this is fixable in the script or a change needs to be made in greasemonkey or if it is a bug in firefox
Error: this.parentNode.username is undefined Source file: /Mozilla/Firefox/Profiles/diteset5.default/extensions/%7Be4a8a97b-f2ed-450b-b12d-ee082ba24781%7D/components/greasemonkey.js Line: 389 The script: http://userscripts.org/scripts/show/14966 If anyone finds a solution I'm sure the script owner would like to know it; post it here: http://userscripts.org/topics/26190 |
![]() ![]() |
May be you use an add-ons or a script that corrupt the page. |
![]() ![]() |
The error occurs when you try to change accounts. |
![]() ![]() |
edit the source and try to replace: name="gmSelectLogin" "><option>by name="gmSelectLogin"><option> |
![]() ![]() |
still does not work
|
![]() ![]() |
i figured it out
Id('gmuser').value = un;
Id('gmpass').value = pw;
Id('gmalgn').value = al;
Id('gmlgnf').submit();
and added the function function Id(id){
return document.getElementById(id);
}
|



