character

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

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

(function() {
    document.getElementById("ContentPlaceHolder1_character_imprisonment5YearsDropDownList").options[1].selected=true;
    document.getElementById("ContentPlaceHolder1_character_imprisonment12MonthsDropDownList").options[1].selected=true;
    document.getElementById("ContentPlaceHolder1_character_removalOrderDropDownList").options[1].selected=true;
    document.getElementById("ContentPlaceHolder1_character_deportedDropDownList").options[1].selected=true;
    document.getElementById("ContentPlaceHolder1_character_chargedDropDownList").options[1].selected=true;
    document.getElementById("ContentPlaceHolder1_character_convictedDropDownList").options[1].selected=true;
    document.getElementById("ContentPlaceHolder1_character_underInvestigationDropDownList").options[1].selected=true;
    document.getElementById("ContentPlaceHolder1_character_excludedDropDownList").options[1].selected=true;
    document.getElementById("ContentPlaceHolder1_character_removedDropDownList").options[1].selected=true;
    //document.getElementById("").options[1].selected=true;
    //document.getElementById("").options[1].selected=true;

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

TAG:

 

评分:0

我来说两句

我的栏目

日历

« 2024-03-22  
     12
3456789
10111213141516
17181920212223
24252627282930
31      

数据统计

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

RSS订阅

Open Toolbar