From fc83b16a08889278c0a735989de4ae278107ace0 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 19 Jul 2013 16:23:13 -0400 Subject: [PATCH] upload readme --- README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) 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 + + + + + +