mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
23 lines
759 B
JSON
23 lines
759 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|