mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
25 lines
1.1 KiB
JSON
25 lines
1.1 KiB
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|