forked from SSmJaE/WELearnHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheaders.js
22 lines (22 loc) · 868 Bytes
/
headers.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// ==UserScript==
// @name WELearn网课助手
// @namespace https://github.com/SSmJaE/WELearnHelper
// @description 显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;开放自定义设置
// @version 0.9.4
// @author SSmJaE
// @license GPL-3.0
// @compatible Chrome
// @match https://course.sflep.com/*
// @match https://welearn.sflep.com/*
// @match https://courseappserver.sflep.com/*
// @match https://centercourseware.sflep.com/*
// @run-at document-end
// @connect localhost
// @connect 47.100.166.53
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_setClipboard
// @grant GM_xmlhttpRequest
// @grant unsafeWindow
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js
// ==/UserScript==