diff --git a/modules/CookieAutoDeleteChrome.php b/modules/CookieAutoDeleteChrome.php
index 208330a..2aac2db 100644
--- a/modules/CookieAutoDeleteChrome.php
+++ b/modules/CookieAutoDeleteChrome.php
@@ -7,7 +7,7 @@ class CookieAutoDeleteChrome extends PatchBase {
}
function check() : bool {
if ($this->fetch('https://chrome.google.com/webstore/detail/cookie-autodelete/fhcgjolkccmbidfldomjliifgaodjagh'))
- return $this->parse('/\\\"version\\\": \\\"([\d\.]+)\\\"/');
+ return $this->parse('/
([\d\.]+)<\/div>/');
return false;
}
}
diff --git a/modules/LocalCDNChrome.php b/modules/LocalCDNChrome.php
index 126a45e..b769190 100644
--- a/modules/LocalCDNChrome.php
+++ b/modules/LocalCDNChrome.php
@@ -7,7 +7,7 @@ class LocalCDNChrome extends PatchBase {
}
function check() : bool {
if ($this->fetch('https://chrome.google.com/webstore/detail/localcdn/njdfdhgcmkocbgbhcioffdbicglldapd'))
- return $this->parse('/\\\"version\\\": \\\"([\d\.]+)\\\"/');
+ return $this->parse('/
([\d\.]+)<\/div>/');
return false;
}
}