upload readme
This commit is contained in:
parent
b014df8543
commit
fc83b16a08
46
README.md
46
README.md
@ -1 +1,47 @@
|
|||||||
# Lazy Form Fuzz
|
# 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user