|
1 | 1 | // ==UserScript== |
2 | 2 | // @name (Babel)bilibili merged flv+mp4+ass+enhance |
3 | 3 | // @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 |
5 | 6 | // @description (国产浏览器和Edge浏览器专用)bilibili/哔哩哔哩:超清FLV下载,FLV合并,原生MP4下载,弹幕ASS下载,MKV打包,播放体验增强,原生appsecret,不借助其他网站 |
6 | 7 | // @match *://www.bilibili.com/video/av* |
7 | 8 | // @match *://bangumi.bilibili.com/anime/*/play* |
|
70 | 71 | /*** |
71 | 72 | * This is a bundled code. While it is not uglified, it may still be too |
72 | 73 | * complex for reviewing. Please refer to |
73 | | - * https://github.com/liqi0816/bilitwin/ |
| 74 | + * https://github.com/Xmader/bilitwin/ |
74 | 75 | * for source code. |
75 | 76 | */ |
76 | 77 |
|
@@ -105,7 +106,7 @@ function load() { |
105 | 106 | new Promise(function (resolve) { |
106 | 107 | var req = new XMLHttpRequest(); |
107 | 108 | 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'); |
109 | 110 | req.send(); |
110 | 111 | }).then(function (script) { |
111 | 112 | top.eval(script); |
@@ -169,7 +170,8 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons |
169 | 170 | // ==UserScript== |
170 | 171 | // @name bilibili merged flv+mp4+ass+enhance |
171 | 172 | // @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 |
173 | 175 | // @description bilibili/哔哩哔哩:超清FLV下载,FLV合并,原生MP4下载,弹幕ASS下载,MKV打包,播放体验增强,原生appsecret,不借助其他网站 |
174 | 176 | // @match *://www.bilibili.com/video/av* |
175 | 177 | // @match *://bangumi.bilibili.com/anime/*/play* |
@@ -238,7 +240,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons |
238 | 240 | /*** |
239 | 241 | * This is a bundled code. While it is not uglified, it may still be too |
240 | 242 | * complex for reviewing. Please refer to |
241 | | - * https://github.com/liqi0816/bilitwin/ |
| 243 | + * https://github.com/Xmader/bilitwin/ |
242 | 244 | * for source code. |
243 | 245 | */ |
244 | 246 |
|
|
0 commit comments