Skip to content

Instantly share code, notes, and snippets.

@thianda91
Created July 13, 2018 09:34
Show Gist options
  • Select an option

  • Save thianda91/0fbd620fae971878b3c1c5fe7b49188b to your computer and use it in GitHub Desktop.

Select an option

Save thianda91/0fbd620fae971878b3c1c5fe7b49188b to your computer and use it in GitHub Desktop.
CMCC ln 网络安全管控平台(4a)调优
// ==UserScript==
// @name cmcc-ln-4a
// @name:zh CMCC ln 网络安全管控平台(4a)调优
// @name:zh-CN CMCC ln 网络安全管控平台(4a)调优
// @description let the '4A' website running in firefox without problems, auto prevent being offline by timed refreshing
// @description:zh 使网站能在Firefox中正常使用,后台定时刷新自动防掉线
// @description:zh-CN 使网站能在Firefox中正常使用,后台定时刷新自动防掉线
// @author X.Da
// @create 2018-07-13
// @version 0.0.1
// @match *://4aportal.ln.cmcc/*
// @match *://10.204.205.198:8080/*
// @match *://10.204.205.199:8080/*
// @match *://10.204.205.200:8080/*
// @match *://10.204.205.201:8080/*
// @match *://10.204.205.202:8080/*
// @match *://10.204.205.203:8080/*
// @match *://10.204.205.205/*
// @match *://10.204.205.206/*
// @match *://10.204.205.207/*
// @match *://10.204.205.208/*
// @match *://10.204.205.209/*
// @match *://10.204.205.210/*
// @namespace cmcc-ln-4a
// @license MIT
// @copyright 2018, X.Da
// @lastmodified 2018-07-10
// @feedback-url https://greasyfork.org/scripts/
// @note 2018-07-13-V0.0.1 initial release
// @homepage https://gist.github.com/
// @icon http://wx2.sinaimg.cn/large/679a709ely1frs5u2z5ibj205c05c3yd.jpg
// @downloadURL https://greasyfork.org/scripts/
// @run-at document-body
// @grant none
// ==/UserScript==
(function() {
'use strict';
var scriptDoms = document.getElementsByTagName("script");
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment