mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Team-Board",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.2",
|
||||
"description": "Team Board forum [Chinese]",
|
||||
"website": "http://www.team5.cn/",
|
||||
"matches": [
|
||||
{
|
||||
"regexp": "(?-mix:<meta name=\"copyright\" content=\"Copyright [0-9]{4}-[0-9]{4} - TEAM5.cn By DayMoon\" \\/>)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:[\\s]+Powered by <a target=_blank \thref=http:\\/\\/www.team5.cn><b>TEAM ([\\d\\.]+) Release<\\/b><\\/a> - <a href=Licence.asp><b style='color:#FF9900'>ACC<\\/b><\\/a> © [0-9]{4} Team5 Studio All rights reserved)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:Powered by <a target=_blank[\\s]+href=http:\\/\\/www.team5.cn><b>TEAM ([\\d\\.]+)<\\/b><\\/a>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:[\\s]+Powered by <a target=\"_blank\" href=\"http:\\/\\/www.team5.cn\"><b>TEAM ([\\d\\.]+) Release<\\/b><\\/a> - <a href=\"Licence.asp\"><b style='color:#FF9900'>SQL<\\/b><\\/a> © [0-9]{4} Team5 Studio All rights reserved)",
|
||||
"offset": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user