NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Health // @namespace Do it myseft // @description Auto fill forms // @include https://onlineservices.immigration.govt.nz/WorkingHoliday/Wizard/Medical1.aspx* // @version 1 // @grant none // ==/UserScript== document.getElementById('ContentPlaceHolder1_medicalConditions_renalDialysisDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_medicalConditions_tuberculosisDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_medicalConditions_cancerDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_medicalConditions_heartDiseaseDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_medicalConditions_disabilityDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_medicalConditions_hospitalisationDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_medicalConditions_residentailCareDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_medicalConditions_pregnancy_pregnancyStatusDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_medicalConditions_tbRiskDropDownList').value="Yes";