Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 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() {
if(document.querySelector('#progress-percent').textContent == '25%' && $
('#ApplicantsNo').val() > 1){
clearInterval(timer);
let
first_name=[],last_name=[],dateOfBirth=[],passport_no=[],pptIssueDate=[],pptExpiryD
ate=[],TTL=[],ccN=[],cvv=[],ExM=[],ExY=[];
//?????????? I Please fill in the information
I ???????
TTL[0] = 'FAMILYA 4';
first_name[0] = ["SQUAD", "HAMZA", "TAHA"];
last name[0] = ["CHELHANI", "LAKHMILI", "LAKHMILI"];
dateOfBirth[0] = ["1977-03-27", "2010-01-09", "2010-01-09"];
passport no[0] = ["FZ5325945", "ME1473215", "056891705"];
pptlssueDate[0] = ["2019-03-15", "2019-03-15", "2019-03-15"];
pptExpiryDate[0] = ["2024-03-15", "2024-03-15", "2024-03-15"];
//?????????
?
? ? ? ? ? ? ? ? ? ? ? ? ? ?

You might also like