mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
1.1 KiB
JSON
25 lines
1.1 KiB
JSON
{
|
|
"name": "AP-Router",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "AP Router [Brazilian]",
|
|
"website": "http://aprouter.com.br/",
|
|
"matches": [
|
|
{
|
|
"text": "<frame marginwidth=\"5\" marginheight=\"5\" src=\"menu_empty.html\" name=\"menu\" noresize scrolling=\"auto\" frameborder=\"0\">"
|
|
},
|
|
{
|
|
"url": "/status.asp",
|
|
"regexp": "(?-mix:<td width=49% bgcolor=\"#EEEEEE\"><strong>Versão do Firmware<\\/strong><\\/td>[\\s]+<td width=51% bgcolor=\"#EEEEEE\">[\\s]+v([^\\s]+)[\\s]+<\\/td>[\\s]+<\\/tr>)"
|
|
},
|
|
{
|
|
"url": "/status.asp",
|
|
"regexp": "(?-mix:<td width=49% bgcolor=\"#EEEEEE\"><strong>MAC da Wireless<\\/strong><\\/td>[\\s]+<td width=51% bgcolor=\"#EEEEEE\">[\\s]+([a-f\\d:]{17})[\\s]+<\\/td>[\\s]+<\\/tr>)"
|
|
},
|
|
{
|
|
"url": "/status.asp",
|
|
"regexp": "(?-mix:<td width=49% bgcolor=\"#EEEEEE\"><strong>Endereço[\\s]+MAC<\\/strong><\\/td>[\\s]+<td width=51% bgcolor=\"#EEEEEE\">[\\s]+([a-f\\d:]{17})[\\s]+<\\/td>[\\s]+<\\/tr>)"
|
|
}
|
|
]
|
|
}
|