Greasy Fork is available in English.

强国学习

问题反馈位置: https://github.com/TechXueXi/techxuexi-js/issues 。 强国学习自动答题,目前实现 每日答题,每周答题,专项答题(操作方法更新为:打开答题页面后,手动刷新下自动开启)

< 脚本强国学习的反馈

评价:差评 - 脚本失效或无法使用

§
发表于:2021-04-27

强国学习 测试版本0.3.2 什么时候可以修复好上线

§
发表于:2021-04-27

Tampermonkey® by Jan Biniok
v4.11

测试
by lpjp01
1
// ==UserScript==
2
// @name 测试
3
// @namespace http://tampermonkey.net/
4
// @version 0.3.2
5
// @description 看得懂的用
6
// @author lpjp01
7
// require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js
8
// @match https://*.xuexi.cn/
9
// @match https://xuexi.cn
10
// @match https://xuexi.cn/index.html
11
// @match https://www.xuexi.cn/index.html
12
// @match https://pc.xuexi.cn/points/my-points.html
13
// @match https://pc.xuexi.cn/points/exam-practice.html
14
// @match https://pc.xuexi.cn/points/exam-weekly-detail.html?id=*
15
// @match https://pc.xuexi.cn/points/exam-weekly-list.html
16
// @match https://pc.xuexi.cn/points/exam-paper-detail.html?id=*
17
// @match https://pc.xuexi.cn/points/exam-paper-list.html
18
// @require https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js
19
// @require https://cdn.jsdelivr.net/npm/vue@2.6.11/dist/vue.min.js
20
// @require https://cdn.jsdelivr.net/npm/@supabase/supabase-js@1.0.3/dist/umd/supabase.min.js
21
// @grant GM_download
22
// @grant GM_openInTab
23
// @grant GM_setValue
24
// @grant GM_getValue
25
// @grant GM_xmlhttpRequest
26
// @grant GM_addStyle
27
// @grant unsafeWindow
28
// @grant GM_setClipboard
29
// @grant GM_getResourceURL
30
// @grant GM_getResourceText
31
// @grant GM_info
32
// @grant GM_registerMenuCommand
33
// @run-at document-idle
34
// ==/UserScript==
35

36
(async function() {
37
'use strict';
38
const dati="开始答题"
39

40
var needReload;
41
var timers = [];
42
var debug = true; // 调试开关,有问题打开这个开关,在www.xuexi.cn页面按12打开控制台,把log贴上来反馈给我。
43

44
var msg = "";
45
var datev = new Date();
46
const supa = supabase.createClient("https://vsxqsnogzhrykowqdloi.supabase.co", 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MTYxMTI3NTU1NywiZXhwIjoxOTI2ODUxNTU3fQ.DWxw-rBJSqM6oShe3WI55j9nuJ5Zzo4x3ISzROA90aU')
47

48
//var articles = await getArticles();
49
//console.log(articles)
50

§
发表于:2021-04-28

首先你认错人了。其次这个0.3.2显然是被官方或者本人删掉了。

雪导作者
§
发表于:2021-04-29

已经修复,漏了一段引入,最新版本v1.9

发表回复

登录以发表回复。