NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Character // @namespace Do it myseft // @description Auto fill forms // @include https://onlineservices.immigration.govt.nz/WorkingHoliday/Wizard/Character.aspx* // @version 1 // @grant none // ==/UserScript== document.getElementById('ContentPlaceHolder1_character_imprisonment5YearsDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_character_imprisonment12MonthsDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_character_removalOrderDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_character_deportedDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_character_chargedDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_character_convictedDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_character_underInvestigationDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_character_excludedDropDownList').value="No"; document.getElementById('ContentPlaceHolder1_character_removedDropDownList').value="No";