From b1d12b11546e80188640adc1fe30d31b2c604cc2 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 19 Jul 2013 16:36:11 -0400 Subject: [PATCH] Another README update --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7ec14e7..b1c4ece 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # Lazy Form Fuzz -A bookmarklet for filling HTML forms with random data. +A bookmarklet for filling HTML forms with random data. +Data is generated from regular expressions, using [RandExp](https://github.com/fent/randexp.js). ## Browser Support IE 8+, Firefox, Chrome, Opera (Presto and Blink), and Safari -Supports single page and framed forms. +Supports single page and framed (iframes and framesets) forms. ## Form element support for autofilling ### Input Types @@ -40,8 +41,5 @@ Supports single page and framed forms. * readonly * disabled - - - - - +## Custom Generation rules +LazyFormFuzz respects the pattern attribute on input elements, and will use it over built-in rules. \ No newline at end of file