Skip to content

Commit

Permalink
Update rules for URL shorteners
Browse files Browse the repository at this point in the history
  • Loading branch information
PRO-2684 committed Aug 13, 2024
1 parent 3ecfbc9 commit 538076c
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions shortener.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,36 @@
"mode": "redirect",
"author": "PRO-2684"
},
"eepurl.com/": {
"/\\w+": {
"description": "EepURL Shortener",
"mode": "redirect",
"author": "PRO-2684"
}
},
"link.logonews.cn/": {
"/\\w+": {
"description": "标志情报局短链",
"mode": "redirect",
"author": "PRO-2684"
}
},
"onw.cc/": {
"/.+": {
"/\\w+": {
"description": "ONW 短链接",
"mode": "redirect",
"author": "PRO-2684"
}
},
"ourl.co/": {
"/.+": {
"/\\w+": {
"description": "蓝点网短网址",
"mode": "redirect",
"author": "PRO-2684"
}
},
"t.cn/": {
"/.+": {
"/\\w+": {
"description": "微博短链",
"mode": "visit",
"acts": ["dom", "sel:.open-url a", "attr:href"],
Expand All @@ -44,6 +58,13 @@
"mode": "redirect",
"author": "PRO-2684"
},
"urll.cn/": {
"/\\w+": {
"description": "十七小栈短链",
"mode": "redirect",
"author": "PRO-2684"
}
},
"youtu.be": {
"description": "YouTube 分享短链",
"mode": "white",
Expand Down

0 comments on commit 538076c

Please sign in to comment.