mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
30 lines
779 B
JSON
30 lines
779 B
JSON
{
|
|
"name": "Bugzilla",
|
|
"website": "http://www.bugzilla.org",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[Bugzilla_login_request_cookie]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "href=\"enter_bug\\.cgi\">"
|
|
},
|
|
{
|
|
"regexp": "<main id=\"bugzilla-body\""
|
|
},
|
|
{
|
|
"regexp": "<a href=\"https?://www\\.bugzilla\\.org/docs/([0-9.]+)/[^>]+>Help<",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "<span id=\"information\" class=\"header_addl_info\">version ([\\d.]+)<",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "Bugzilla ?([\\d.]+)?",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "Perl"
|
|
} |