Skip to content

Commit d82cdad

Browse files
committed
v1.18.2
1 parent f3cd211 commit d82cdad

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

biliTwin.user.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// ==UserScript==
22
// @name bilibili merged flv+mp4+ass+enhance
33
// @namespace http://qli5.tk/
4-
// @homepageURL https://github.com/liqi0816/bilitwin/
4+
// @homepageURL https://github.com/Xmader/bilitwin/
5+
// @supportURL https://github.com/Xmader/bilitwin/issues
56
// @description bilibili/哔哩哔哩:超清FLV下载,FLV合并,原生MP4下载,弹幕ASS下载,MKV打包,播放体验增强,原生appsecret,不借助其他网站
67
// @match *://www.bilibili.com/video/av*
78
// @match *://bangumi.bilibili.com/anime/*/play*
@@ -70,7 +71,7 @@
7071
/***
7172
* This is a bundled code. While it is not uglified, it may still be too
7273
* complex for reviewing. Please refer to
73-
* https://github.com/liqi0816/bilitwin/
74+
* https://github.com/Xmader/bilitwin/
7475
* for source code.
7576
*/
7677

biliTwinBabelCompiled.user.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// ==UserScript==
22
// @name (Babel)bilibili merged flv+mp4+ass+enhance
33
// @namespace http://qli5.tk/
4-
// @homepageURL https://github.com/liqi0816/bilitwin/
4+
// @homepageURL https://github.com/Xmader/bilitwin/
5+
// @supportURL https://github.com/Xmader/bilitwin/issues
56
// @description (国产浏览器和Edge浏览器专用)bilibili/哔哩哔哩:超清FLV下载,FLV合并,原生MP4下载,弹幕ASS下载,MKV打包,播放体验增强,原生appsecret,不借助其他网站
67
// @match *://www.bilibili.com/video/av*
78
// @match *://bangumi.bilibili.com/anime/*/play*
@@ -70,7 +71,7 @@
7071
/***
7172
* This is a bundled code. While it is not uglified, it may still be too
7273
* complex for reviewing. Please refer to
73-
* https://github.com/liqi0816/bilitwin/
74+
* https://github.com/Xmader/bilitwin/
7475
* for source code.
7576
*/
7677

@@ -105,7 +106,7 @@ function load() {
105106
new Promise(function (resolve) {
106107
var req = new XMLHttpRequest();
107108
req.onload = function () { resolve(req.responseText); };
108-
req.open('get', 'https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.0.0-beta.42/polyfill.min.js');
109+
req.open('get', 'https://cdn.staticfile.org/babel-polyfill/7.0.0-beta.42/polyfill.min.js');
109110
req.send();
110111
}).then(function (script) {
111112
top.eval(script);
@@ -169,7 +170,8 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
169170
// ==UserScript==
170171
// @name bilibili merged flv+mp4+ass+enhance
171172
// @namespace http://qli5.tk/
172-
// @homepageURL https://github.com/liqi0816/bilitwin/
173+
// @homepageURL https://github.com/Xmader/bilitwin/
174+
// @supportURL https://github.com/Xmader/bilitwin/issues
173175
// @description bilibili/哔哩哔哩:超清FLV下载,FLV合并,原生MP4下载,弹幕ASS下载,MKV打包,播放体验增强,原生appsecret,不借助其他网站
174176
// @match *://www.bilibili.com/video/av*
175177
// @match *://bangumi.bilibili.com/anime/*/play*
@@ -238,7 +240,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
238240
/***
239241
* This is a bundled code. While it is not uglified, it may still be too
240242
* complex for reviewing. Please refer to
241-
* https://github.com/liqi0816/bilitwin/
243+
* https://github.com/Xmader/bilitwin/
242244
* for source code.
243245
*/
244246

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bilitwin",
3-
"version": "1.18.1",
3+
"version": "1.18.2",
44
"description": "bilibili/哔哩哔哩:超清FLV下载,FLV合并,原生MP4下载,弹幕ASS下载,MKV打包,播放体验增强,原生appsecret,不借助其他网站",
55
"main": "bilitwin.user.js",
66
"directories": {

src/bilitwin-babel.entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function load() {
3030
new Promise(function (resolve) {
3131
var req = new XMLHttpRequest();
3232
req.onload = function () { resolve(req.responseText); };
33-
req.open('get', 'https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.0.0-beta.42/polyfill.min.js');
33+
req.open('get', 'https://cdn.staticfile.org/babel-polyfill/7.0.0-beta.42/polyfill.min.js');
3434
req.send();
3535
}).then(function (script) {
3636
top.eval(script);

src/bilitwin.meta.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// ==UserScript==
22
// @name bilibili merged flv+mp4+ass+enhance
33
// @namespace http://qli5.tk/
4-
// @homepageURL https://github.com/liqi0816/bilitwin/
4+
// @homepageURL https://github.com/Xmader/bilitwin/
5+
// @supportURL https://github.com/Xmader/bilitwin/issues
56
// @description bilibili/哔哩哔哩:超清FLV下载,FLV合并,原生MP4下载,弹幕ASS下载,MKV打包,播放体验增强,原生appsecret,不借助其他网站
67
// @match *://www.bilibili.com/video/av*
78
// @match *://bangumi.bilibili.com/anime/*/play*
@@ -70,6 +71,6 @@
7071
/***
7172
* This is a bundled code. While it is not uglified, it may still be too
7273
* complex for reviewing. Please refer to
73-
* https://github.com/liqi0816/bilitwin/
74+
* https://github.com/Xmader/bilitwin/
7475
* for source code.
7576
*/

0 commit comments

Comments
 (0)