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,41 @@
|
||||
{
|
||||
"name": "Sony-Projector",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "Sony projecter",
|
||||
"website": "http://pro.sony.com/bbsc/ssr/cat-projectors/",
|
||||
"matches": [
|
||||
{
|
||||
"url": "/",
|
||||
"text": "<BODY onLoad=\"setWindowTitle();showIndex();\">"
|
||||
},
|
||||
{
|
||||
"url": "/",
|
||||
"text": "<form Action=\"/Forms/index_1\" method=\"post\" NAME=\"form1\">"
|
||||
},
|
||||
{
|
||||
"url": "/",
|
||||
"text": "<script type=\"text/javascript\" src=\"sonylogoJS.js\"></script>"
|
||||
},
|
||||
{
|
||||
"url": "/index_J.htm",
|
||||
"text": "<frame src=\"index_bg.htm\" NAME=\"RIGHT\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" noresize>"
|
||||
},
|
||||
{
|
||||
"url": "/index_E.htm",
|
||||
"text": "<frame src=\"index_bg.htm\" NAME=\"RIGHT\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" noresize>"
|
||||
},
|
||||
{
|
||||
"text": "<TR><TD COLSPAN=\"2\"><script type=\"text/javascript\">sonylogo();</script></TD>"
|
||||
},
|
||||
{
|
||||
"url": "/info_data.htm",
|
||||
"regexp": "(?-mix:^var info_pj_value = \\[[\\s]+'([^\\s^']+)','[\\d]+','[^']{0,256}'\\];)"
|
||||
},
|
||||
{
|
||||
"url": "/info_data.htm",
|
||||
"regexp": "(?-mix:^var info_other_value = \\[[\\s]+' ?([^\\s^']+)')",
|
||||
"offset": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user