Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 699 Bytes

File metadata and controls

11 lines (8 loc) · 699 Bytes

This contains a single javascript file which contains the source of a web browser bookmarklet. Once saved as the 'location', or 'url' / 'uri' of a bookmark it can be activated like any other bookmark. When so done, it will scan through the current web page finding all forms. It will then open a new window that listing all of the forms along with the source content for a bookmarklet that will submit that form with its current data.

Use this to make into a bookmarklet if changed: https://skalman.github.io/UglifyJS-online/

Future

  • This could use a FormData object and append() to add inputs to it. This would probably be a shade faster and likely clearer than creating HTML elements.