您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
疫情填报
当前为
// ==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 // ==/UserScript== (function() { 'use strict'; // document.querySelector('div#platfrom2 div.plat-title').click(); 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(); }, 3 * 1000 );//延迟3000毫秒