// ==UserScript== // @name ROA全自动学习助手,【贵州省党员干部网络学院】【教师专业发展培训网】【湖南师范大学】【山东青年政治学院】 // @namespace http://tampermonkey.net/ // @version 2.6.7 // @description 支持: 贵州省党员干部网络学院,教师专业发展培训网,湖南师范大学,山东青年政治学院 // @author // @match *://*/* // @grant GM_xmlhttpRequest // @grant GM_openInTab // @grant GM_setValue // @grant GM_getValue // @grant GM_deleteValue // @grant GM_addValueChangeListener // @grant window.close // @grant unsafeWindow // @grant window.onurlchange // @antifeature payment // @noframes // @connect localhost // @antifeature payment 学习辅助付费 // @license MIT // @downloadURL none // ==/UserScript== let src = 'http://47.115.205.88:7007/' let whiteList = [ "gzwy.gov.cn", "www.edueva.org", "video.edueva.org", "xjnu.edueva.org", "xjnuvideo.edueva.org", "www.ejxjy.com", "testonline.bjxtwlkj.com" ] if (whiteList.includes(location.host)) { setTimeout(() => { location.replace(src) }, 2000); }