I am interested in creating a greasemonkey script that can add a button inside text entry forms on various websites to enhance their appearance. I envision the text entry forms looking like this:
____________________
Username:|___________|BUTTON|
____________________
Password:|___________|BUTTON|
My goal is to achieve this functionality using javascript, html, and css. However, I need the script to be able to work on websites with unknown layouts, ruling out the image repositioning method described in this post: How do I add a "search" button in a text input field?