mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
531 B
JSON
19 lines
531 B
JSON
{
|
|
"name": "DiBos",
|
|
"author": "Andrew Horton",
|
|
"version": "0.3",
|
|
"description": "DiBos security surveillance system",
|
|
"website": "http://www.boschsecurity.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?i-mx:<title>DiBos - Login<\\/title>)"
|
|
},
|
|
{
|
|
"text": "<link rel=\"STYLESHEET\" type=\"text/css\" href=\"style/bovisnt.css\"></link>"
|
|
},
|
|
{
|
|
"text": "<h2>Object moved to <a href=\"/Error.aspx?error=wrongbrowser\">here</a>.</h2>"
|
|
}
|
|
]
|
|
}
|