File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = isProd =>
2
2
`// ==UserScript==
3
3
// @name redirect 外链跳转
4
- // @version 1.44 .0
5
- // @description 自动跳转(重定向)到目标链接,免去点击步骤。适配了简书、知乎、微博、QQ邮箱、QQPC、印象笔记、贴吧、CSDN、YouTube、微信、微信开放社区、开发者知识库、豆瓣、个人图书馆、Pixiv、搜狗、Google、站长之家、OSCHINA、掘金、腾讯文档、pc6下载站、爱发电、Gitee、天眼查、爱企查、企查查、优设网、51CTO、力扣、花瓣网、飞书、Epic、Steam、语雀、牛客网、哔哩哔哩、少数派、5ch、金山文档、石墨文档、urlshare、酷安
4
+ // @version 1.45 .0
5
+ // @description 自动跳转(重定向)到目标链接,免去点击步骤。适配了简书、知乎、微博、QQ邮箱、QQPC、印象笔记、贴吧、CSDN、YouTube、微信、微信开放社区、开发者知识库、豆瓣、个人图书馆、Pixiv、搜狗、Google、站长之家、OSCHINA、掘金、腾讯文档、pc6下载站、爱发电、Gitee、天眼查、爱企查、企查查、优设网、51CTO、力扣、花瓣网、飞书、Epic、Steam、语雀、牛客网、哔哩哔哩、少数派、5ch、金山文档、石墨文档、urlshare、酷安、网盘分享
6
6
// @author sakura-flutter
7
7
// @namespace https://github.com/sakura-flutter/tampermonkey-scripts
8
8
// @license GPL-3.0
@@ -56,6 +56,7 @@ module.exports = isProd =>
56
56
// @match *://shimo.im/outlink/black*
57
57
// @match *://google.urlshare.cn/umirror_url_check*
58
58
// @match *://www.coolapk.com/link*
59
+ // @match *://wpfx.org/go*
59
60
// @include ${ / ^ h t t p s ? : \/ \/ w w w \. g o o g l e \. .{ 2 , 7 } u r l / }
60
61
// ==/UserScript==
61
62
`
Original file line number Diff line number Diff line change @@ -328,6 +328,13 @@ const sites: Site[] = [
328
328
query : 'url' ,
329
329
} ) ,
330
330
} ,
331
+ {
332
+ name : '网盘分享' ,
333
+ test : 'wpfx.org/go/' ,
334
+ use : ( ) => ( {
335
+ query : 'url' ,
336
+ } ) ,
337
+ } ,
331
338
]
332
339
333
340
export default sites
You can’t perform that action at this time.
0 commit comments