Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
Intelligent Form Filler
Fills registration forms with appropriate random data. Press Ctrl+Shift+F when promted.
|
|
would it be possible to add a static word to a field. say address and static with a value. |
|
|
The text hint is added to every single webpage that contains a form, including search engines. This should be a tooltip and/or right-click option for input fields only.
|
|
|
I've added code to post ACTUAL names in a textbox named fname or firstname or lastname or lname // Version 1.1
var fname = new Array("EFRAM","EFREN","EFTHYMIA",
var lname = new Array("SLAGLE","FORMAN","TARANTINO","BROOKES","HUSSAN","SALISBURY","PA function randomInt(max) {
function match(input, regexp) {
function randomWord(length) {
function fillPhoneNumber(input) {
function makeSelection(select) {
var retype;
function fillField(input) {
if (GM_getValue("form filler email")!=undefined && GM_getValue("form filler email")!="") {
if (!document.forms.length)
var f=document.forms[0];
var div=document.createElement("div");
var username, password, email, captcha;
function keyPressed(e) {
window.addEventListener('keydown', keyPressed, false) |
|
|
Can you make it take text field names like "firstname" and make generate a string of text 3-10? Then from there the user can determine what field needs to go with each type. Of course all forms aren't named the same, so bd_d, bd_m and bd_y would be Birthday (day, month and year) You could make a section of each common type of field and allow the user to fill in custom names for each to make the script more intelligent so to speak. |
|
|
Edit line near the bottom:
|
|
|
Great!
|
|
|
gracias debe ser bueno |
You could comment on this script if you were logged in.
