// ==UserScript== // @name automatic-gdufe // @namespace nothing // @version 1.0 // @description 广财校园网自动填写账号密码!需要自行修改此配置文件 // @author cloudstream // @include http://100.64.13.17/a79.htm?wlanacip=100.64.13.18 // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; var account = '12345678';//这里的数字换成你的学号 var code = '123456';//这里的数字换成你的密码 setTimeout(function(){ var content = window.document.querySelectorAll('.edit_lobo_cell'); for(var i=0; i