mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
26 lines
1.0 KiB
JSON
26 lines
1.0 KiB
JSON
{
|
|
"name": "iDVR",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.3",
|
|
"description": "iDVR (formerly Devloution Security System) is a video surveillance system for the Linux/X11 platform.",
|
|
"website": "http://code.google.com/p/idvr/",
|
|
"matches": [
|
|
{
|
|
"text": "<title>iDVR</title>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:\t \t'\t codebase=\"http:\\/\\/' + szDomainFull + '\\/NSIDVRCtrlX.ocx#version=[\\d]{1},[\\d]{1},[\\d]{1},[\\d]{1}\"\\n'\\+)"
|
|
},
|
|
{
|
|
"text": "\t\t'\t classid=\"clsid:16A017B9-6CB4-47C7-8E81-6E9396FAC2B6\"\\n' +"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:\t\tmonitorDiv.innerHTML = \"<object id='monitorObject' style='display:none' classid='clsid:574B47E8-A366-4AB9-B2EA-57F145CA3780' codebase='lib\\/monitor.cab#version=[\\d]{1},[\\d]{1},[\\d]{1},[\\d]{1}' VIEWASTEXT><\\/object>\";)"
|
|
},
|
|
{
|
|
"offset": 1,
|
|
"regexp": "(?-mix:<title>iDVR (.*)[\\d\\.]+ \\(Build ([\\d\\.]+)\\)<\\/title>)"
|
|
}
|
|
]
|
|
}
|