NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name WHS Specific // @namespace Do it myseft // @description Auto fill forms // @include https://onlineservices.immigration.govt.nz/WorkingHoliday/Wizard/WorkingHolidaySpecific.aspx* // @version 1 // @grant none // ==/UserScript== document.getElementById('ContentPlaceHolder1_offshoreDetails_commonWHSQuestions_previousWhsPermitVisaDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_offshoreDetails_commonWHSQuestions_sufficientFundsHolidayDropDownList').value="Yes"; document.getElementById('ContentPlaceHolder1_offshoreDetails_intendedTravelDateDatePicker_DatePicker').value="17 November, 2017"; document.getElementById('ContentPlaceHolder1_offshoreDetails_beenToNzDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_offshoreDetails_requirementsQuestions_sufficientFundsOnwardTicketDropDownList').value="Yes"; document.getElementById('ContentPlaceHolder1_offshoreDetails_requirementsQuestions_readRequirementsDropDownList').value="Yes";