This script helps automatically fill out visa application forms on a Spanish visa website. It defines arrays to store applicant data like names, dates of birth, passport numbers. It then populates these arrays with data for 3 families applying together, with each family having 1-3 members. The script will fill the form fields with this data when the progress bar hits 25%.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
86%(7)86% found this document useful (7 votes)
1K views2 pages
Bls 2
This script helps automatically fill out visa application forms on a Spanish visa website. It defines arrays to store applicant data like names, dates of birth, passport numbers. It then populates these arrays with data for 3 families applying together, with each family having 1-3 members. The script will fill the form fields with this data when the progress bar hits 25%.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
// ==UserScript==
// @name All FamilLy
// @namespace http://tampermonkey.net/ // @version 9 // @description ?lThis is a script to help you apply for a visa in Spain, he can quickly fill in the visa page information. // @author TouiMi // @match https://www.blsspainmorocco.net/*/blsAppointment/ManageAppointment* // @grant none // @run-at document-end
// @downloadURL none // ==/UserScript== 'use strict'; var timer = setInterval(aaaa, 1000); function aaaa() {