mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user