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,23 @@
|
||||
{
|
||||
"name": "StarDot-NetCam",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "Stardot network camera web interface",
|
||||
"website": "http://www.stardot-tech.com/ ",
|
||||
"matches": [
|
||||
{
|
||||
"regexp": "(?-mix:<title>NetCam Live Image[\\ Popup]*<\\/title>)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<applet code=\"CaptureClient.class\" width=\"[\\d]+\" height=\"[\\d]+\" alt=\"NetCam Live [Stream|Image]+\">)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<title>NetCamXL Live Image[\\ Popup]*<\\/title>)",
|
||||
"version": "XL"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<applet code=\"CaptureClient.class\" width=\"[\\d]+\" height=\"[\\d]+\" alt=\"NetCamXL Live [Stream|Image]+\">)",
|
||||
"version": "XL"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user