新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
@@ -0,0 +1,22 @@
{
"name": "HP-OfficeJet-Printer",
"author": "Andrew Horton",
"version": "0.2",
"description": "HP Officejet Pro and Officejet printers",
"website": "http://www.hp.com/products1/inkjetprinter/officejet.html",
"matches": [
{
"regexp": "(?m-ix:<title>HP Officejet ([^<]+)<\\/title>.*<body onLoad=\"window.top.location.href='.\\/index.htm\\?cat=info&page=printerInfo)"
},
{
"regexp": "(?m-ix:<title>HP Officejet (Pro [A-Z0-9a-z ]+)<\\/title>.*(home.htm\\?cat=home&page=home|printerFrame.htm))"
},
{
"text": "index.htm?cat=info&page=printerInfo"
},
{
"certainty": 25,
"text": "home.htm?cat=home&page=home"
}
]
}