- Oct 9, 2002
- 28,298
- 1,236
- 136
I've experimented a bit with creating my own userscripts to make some systems at work more usable. Some of the web systems have problems with anything other than IE6. I've been able to make some minor tweaks and it's promising that I'll be able to improve efficiency a lot by making a few userscripts.
I use Google Chrome primarily. I can see that it auto-fills the fields on a log-in screen that I use every day, but the fields are immediately cleared by some initialization javascript that sets each field to null.
I tried making a userscript to set the value of the first text field, but it doesn't work. I'm not sure if the userscript executes before or after that bit of javascript clears the fields.
Is it possible to make a user script that cancels the initialization by removing the specific lines of javascript?
Thanks!
I use Google Chrome primarily. I can see that it auto-fills the fields on a log-in screen that I use every day, but the fields are immediately cleared by some initialization javascript that sets each field to null.
I tried making a userscript to set the value of the first text field, but it doesn't work. I'm not sure if the userscript executes before or after that bit of javascript clears the fields.
Is it possible to make a user script that cancels the initialization by removing the specific lines of javascript?
Thanks!
