Chrome plugins: fix HTML regex

This commit is contained in:
Steffen Lange 2025-07-30 16:05:22 +02:00
parent 0695989686
commit 9769eb0cb2
9 changed files with 9 additions and 9 deletions

View file

@ -7,7 +7,7 @@ class FloccusChrome extends PatchBase {
}
function check() : bool {
if ($this->fetch('https://chrome.google.com/webstore/detail/floccus-bookmarks-sync/fnaicdffflnofjppbagibeoednhnbjhg'))
return $this->parse('/<div class="N3EXSc">([\d\.]+)<\/div>/');
return $this->parse('/<div class="nBZElf">([\d\.]+)<\/div>/');
return false;
}
}