@ChrisH wrote
here:
Quote:
There's still no password manager. However, I've just added the ability to execute JavaScript code from ARexx (it's disabled by default because it seems like the sort of thing which could be a security risk).
With this it's possible to fill in forms, as long as the input field has an 'id' value assigned to it.
None of the usual Amiga sites seem to have an id assigned to the username/password boxes, only 'name' (getElementsByName doesn't work in NetSurf yet, but when it does we will be able to fill in all forms)
There's a very basic POC here:
https://github.com/chris-y/nsformfillerSomebody with more time on their hands should be able to write a nice GUI and a full password manager or form filler.