Skip to content

jakub-dvoracek/AutoFill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

AutoFill is used for automatic filling of form fields on a webpage.

To load AutoFill on a page include this file into html head or run this three lines in console: var element = document.createElement("script"); element.src = ""; document.body.appendChild(element);

Then append GET parameter named "autofill" to the url

For example: http://www.example.com/?autofill

Don´t forget to fill default values to the AF.defaults array!

USAGE:

  • click on any element of a form you want to autofill
  • click the Fill button in the lower left corner

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published