Files
OneForAll-mirror/data/rules/whatweb/webdvr.json
T
2020-07-29 00:02:06 +08:00

25 lines
826 B
JSON

{
"name": "WebDVR",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Digital video recording system web fronend",
"website": null,
"matches": [
{
"text": "<title>WebDVR</title>"
},
{
"text": "<TITLE>WEBDVR</TITLE>"
},
{
"text": "\t\talert(\"Direct Draw Overlay Mode: It is faster than GDI but only available on ATI Video Card and requires Direct 7 or above.\\nIf you have other video cards than ATI, you shouldn't use this mode.\");"
},
{
"text": "\t\talert(\"DirectDraw Video acceleration will be enabled if your VGA card supports Microsoft DirectX 8.1 or later.\");"
},
{
"text": "\t\twindow.location=\"webdvr.html\";"
}
]
}