mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "BugFree",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "BugFree [Chinese]",
|
||||
"website": "http://www.bugfree.org.cn/",
|
||||
"matches": [
|
||||
{
|
||||
"regexp": "(?-mix:<div id=\"loginLogo\">[\\s]+<img src=\"Image\\/login_logo\\.png\" id=\"logo\" alt=BugFree \\/><br \\/>[\\s]+<center style=\"color:#666666;font-size:10px;padding-left:4px;\">([^\\s^<]+)<\\/center>[\\s]+<\\/div>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<div id=\"LoginMain\">[\\s]+<div id=\"LoginLogo\">[\\s]+<span id=\"Version\">([^\\s^<]+)<\\/span>[\\s]+<\\/div>[\\s]+<div id=\"LoginFormContainer\">)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<span id=\"Version\"><img src=\"Image\\/logo\\.png\" height=40 title=BugFree \\/>([^\\s^<]+)<\\/span>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"text": "<select name='Language' id='Language' class=\"NormalSelect MyInput select\" onchange=\"xajax_xSelectLanguage(this.value);return false;\" >"
|
||||
},
|
||||
{
|
||||
"text": "<img src=\"Image/login_bg_left.gif\" class=\"loginBgImage\"/>"
|
||||
},
|
||||
{
|
||||
"text": "<td><input type=\"password\" name=\"BugUserPWD\" class=\"MyInput\"></td>"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user