I would like to write a greasemonkey script that make a button inside of a text entry form on some websites, so that the text entry forms would look something like this:
____________________
Username:|___________|BUTTON|
____________________
Password:|___________|BUTTON|
Is there any way I can do this with javascript, html, and css? Note that I want my greasemonkey script to work on website's who's layout I do not know, so I can't use the image repositioning trick as in this post: How do I add a "search" button in a text input field?