specific

上一篇 / 下一篇  2018-07-03 02:17:23 / 个人分类:test

// ==UserScript==
// @name         Specific
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://onlineservices.immigration.govt.nz/WorkingHoliday/Wizard/WorkingHolidaySpecific.aspx*
// @grant        none
// ==/UserScript==

(function() {
    document.getElementById("ContentPlaceHolder1_offshoreDetails_commonWHSQuestions_previousWhsPermitVisaDropDownList").options[1].selected=true;
    document.getElementById("ContentPlaceHolder1_offshoreDetails_commonWHSQuestions_sufficientFundsHolidayDropDownList").options[2].selected=true;
    document.getElementById("ContentPlaceHolder1_offshoreDetails_beenToNzDropDownList").options[1].selected=true;
    document.getElementById("ContentPlaceHolder1_offshoreDetails_requirementsQuestions_sufficientFundsOnwardTicketDropDownList").options[2].selected=true;
    document.getElementById("ContentPlaceHolder1_offshoreDetails_intendedTravelDateDatePicker_DatePicker").setAttribute("value","19 Oct 2018");
    document.getElementById("ContentPlaceHolder1_offshoreDetails_requirementsQuestions_readRequirementsDropDownList").options[2].selected=true;

    // Your code here...
})();

TAG:

 

评分:0

我来说两句

我的栏目

日历

« 2024-05-01  
   1234
567891011
12131415161718
19202122232425
262728293031 

数据统计

  • 访问量: 7558
  • 日志数: 8
  • 文件数: 20
  • 建立时间: 2015-05-12
  • 更新时间: 2018-11-27

RSS订阅

Open Toolbar