Add VueScan
This commit is contained in:
parent
82a32b714d
commit
6ae4917477
1 changed files with 14 additions and 0 deletions
14
modules/VueScan.php
Normal file
14
modules/VueScan.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class VueScan extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Hamrick Software', 'VueScan', 'https://www.hamrick.com/download.html');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://d1t4l16dpbiwrj.cloudfront.net/menu.min.js'))
|
||||
return $this->parse('/var ve="([\d\.]+)";/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue