|
@@ -1,11 +1,11 @@
|
|
// ==UserScript==
|
|
// ==UserScript==
|
|
// @name XXQG_mp3_dl
|
|
// @name XXQG_mp3_dl
|
|
// @namespace http://tampermonkey.net/
|
|
// @namespace http://tampermonkey.net/
|
|
-// @version 0.1
|
|
|
|
|
|
+// @version 0.2
|
|
// @description try to take over the world!
|
|
// @description try to take over the world!
|
|
// @author You
|
|
// @author You
|
|
// @match https://article.xuexi.cn/articles/audio/share/index.html?*
|
|
// @match https://article.xuexi.cn/articles/audio/share/index.html?*
|
|
-// @icon https://www.google.com/s2/favicons?sz=64&domain=xuexi.cn
|
|
|
|
|
|
+// @icon https://article.xuexi.cn/favicon.ico
|
|
// @grant none
|
|
// @grant none
|
|
// @require https://lib.baomitu.com/jquery/3.6.0/jquery.min.js
|
|
// @require https://lib.baomitu.com/jquery/3.6.0/jquery.min.js
|
|
// ==/UserScript==
|
|
// ==/UserScript==
|
|
@@ -13,6 +13,9 @@
|
|
(function() {
|
|
(function() {
|
|
'use strict';
|
|
'use strict';
|
|
|
|
|
|
|
|
+ // TEST URL
|
|
|
|
+ // https://article.xuexi.cn/articles/audio/share/index.html?art_id=8249913386002990141&part_id=null&type=album&study_style_id=feeds_pure&jump_model=dtxuexi%3A%2F%2Fappclient%2Fpage%2Faudio_album%3FitemId%3D8249913386002990141&share_to=wx_single
|
|
|
|
+
|
|
var list_len = 0;
|
|
var list_len = 0;
|
|
|
|
|
|
var str = "";
|
|
var str = "";
|