Gathers all input elements on a page and displays their names, IDs, or custom attributes
Searches through all input and select fields currently existing in the DOM and grabs the values of either their IDs, their names, or a custom attribute you enter. Seems rather narrow in scope, but if you need something like this, then believe me, you really need something like this.