Changed more links to English language
This commit is contained in:
parent
aa45832818
commit
7c85eb6464
5 changed files with 5 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ class UBlock extends PatchBase {
|
|||
parent::__construct('Raymond Hill', 'uBlock Origin', 'https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://addons.mozilla.org/de/firefox/addon/ublock-origin/'))
|
||||
if ($this->fetch('https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/'))
|
||||
return $this->parse('/"version":"([\d\.]+)"/');
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue