Skip to content

Commit

Permalink
Feat: Add bili2233.cn to common short links
Browse files Browse the repository at this point in the history
Fixe: #39
  • Loading branch information
zhanghai committed Dec 31, 2024
1 parent 79b9570 commit e230b5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ val BuiltinRuleList =
script =
"""
while (true) {
if ($.matches(url, '163cn\\.tv|a\\.co|amzn\\.(asia|eu|to)|b23\\.tv|v\\.douyin\\.com|dwz\\.cn|u\\.jd\\.com|v\\.kuaishou\\.com|t\\.cn|vm\\.tiktok\\.com|url\\.cn|xhslink\\.com')
if ($.matches(url, '163cn\\.tv|a\\.co|amzn\\.(asia|eu|to)|b23\\.tv|bili2233\\.cn|v\\.douyin\\.com|dwz\\.cn|u\\.jd\\.com|v\\.kuaishou\\.com|t\\.cn|vm\\.tiktok\\.com|url\\.cn|xhslink\\.com')
|| $.matches(url, 'm\\.gifshow\\.com', '/s/.+')
|| $.matches(url, 'www\\.reddit\\.com', '/r/[^/]+/s/.+')) {
const response = $.fetch(url, { redirect: 'manual' });
Expand Down

0 comments on commit e230b5f

Please sign in to comment.