https://github.com/steelydylan/formcompleter
https://github.com/steelydylan/formcompleter
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/steelydylan/formcompleter
- Owner: steelydylan
- License: mit
- Created: 2015-03-15T08:02:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T03:46:53.000Z (over 8 years ago)
- Last Synced: 2025-02-09T00:02:14.783Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://steelydylan.github.io/FormCompleter/
- Size: 5.17 MB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
FormCompleter
=======
A bookmarklet you can get the form data as json
It also save the json data and complete the form instead of you.
You can download from [https://raw.githubusercontent.com/steelydylan/FormCompleter/master/dist/form-completer.js](https://raw.githubusercontent.com/steelydylan/FormCompleter/master/dist/form-completer.js)
How to use ?
-----
Fill in the form as usual
Run the bookmarklet
Type the form's selector (exp. #form .form form) in the top input element
Push the "Get code" button
Push the "Save" button, and the form data will be saved in the localstrage
Visit the site again and push the load button
Push the "Auto fill" button
That's it.
Features
-----
Since the data are saved in the each site's localstrage, There is no need to worry about the saved data
Website
-----
[http://steelydylan.github.io/FormCompleter/](http://steelydylan.github.io/FormCompleter/)
License
-----
MIT License