// ==UserScript== // @name Jxnu jxnu_stu 自动选择中国移动 // @namespace http://tampermonkey.net/ // @version 1.0.0 // @description 如需选择电信则将代码@cmcc处改为@ctcc // @author 2015WUJI01 // @match http://172.16.8.8/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; document.getElementById('domain').value = '@cmcc'; })();