Reviews for Dummy Form Filler
Dummy Form Filler by ptomaszek
Response by ptomaszek
Developer response
posted 4 years agoYeah, this extension is quite dummy.
You could try other options:
- another extension, like Pick Dino Auto Filler
- running js script from a Console with lines like: `document.querySelector("html body form div.form-style-1 input#text32").value = "555-161-78"` (you can also leverage jquery by appending it earlier in Console)
- automate above scripting further with another extension like Greasemonkey
You could try other options:
- another extension, like Pick Dino Auto Filler
- running js script from a Console with lines like: `document.querySelector("html body form div.form-style-1 input#text32").value = "555-161-78"` (you can also leverage jquery by appending it earlier in Console)
- automate above scripting further with another extension like Greasemonkey