diff --git a/README.md b/README.md index 338dd7e..7ec14e7 100644 --- a/README.md +++ b/README.md @@ -1 +1,47 @@ # Lazy Form Fuzz +A bookmarklet for filling HTML forms with random data. + +## Browser Support +IE 8+, Firefox, Chrome, Opera (Presto and Blink), and Safari + +Supports single page and framed forms. + +## Form element support for autofilling +### Input Types +* color +* email +* number +* range +* search +* tel +* url +* date +* datetime +* datetime-local +* month +* week +* time +* checkbox +* radio +* text + +### Other form elements +* textarea +* select + +## Never filled form elements +### Input Types +* hidden +* password +* button +* file + +### Attributes +* readonly +* disabled + + + + + +