// ==UserScript== // @name 安徽科技学院疫情填报 // @version 0.1 // @description 疫情填报 // @author 武田龙樱 // @match http://xgb.ahstu.edu.cn/SPCP/Web/Report/Index // @match http://xgb.ahstu.edu.cn/SPCP/* // @grant none // @namespace https://greasyfork.org/users/671338 // @downloadURL none // ==/UserScript== (function() { 'use strict'; // document.querySelector("select[name=City]").value='340300';//输入城市 })(); setTimeout( function(){ 'use strict'; // document.querySelector("select[name=County]").value='340302'; document.querySelector('#ckCLS').click(); document.querySelector('.save_form').click(); }, 200 );//延迟200毫秒