NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Identification // @namespace Do it myseft // @description Auto fill forms // @include https://onlineservices.immigration.govt.nz/WorkingHoliday/Wizard/Personal2.aspx* // @version 1 // @grant none // ==/UserScript== document.getElementById('ContentPlaceHolder1_identification_passportNumberTextBox').value="B2938995"; document.getElementById('ContentPlaceHolder1_identification_confirmPassportNumberTextBox').value="B2938995"; document.getElementById('ContentPlaceHolder1_identification_passportExpiryDateDatePicker_DatePicker').value="16 August, 2023"; document.getElementById('ContentPlaceHolder1_identification_otherIdentificationDropdownlist').value="3"; document.getElementById('ContentPlaceHolder1_identification_otherIssueDateDatePicker_DatePicker').value="23 July, 2014"; document.getElementById('ContentPlaceHolder1_identification_otherExpiryDateDatePicker_DatePicker').value="18 August, 2023";