Update Chrome Extensions regex
This commit is contained in:
parent
4dc2bb99b0
commit
53cea337ba
7 changed files with 7 additions and 7 deletions
|
|
@ -7,7 +7,7 @@ class DecentraleyesChrome extends PatchBase {
|
|||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://chrome.google.com/webstore/detail/decentraleyes/ldpochfccmkkmhdbclfhpagapcfdljkj'))
|
||||
return $this->parse('/<meta itemprop="version" content="([\d\.]+)"\/>/');
|
||||
return $this->parse('/\\\"version\\\": \\\"([\d\.]+)\\\"/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue