Remove Firefox Translations
This commit is contained in:
parent
c93aa8c069
commit
d14c07856a
1 changed files with 0 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
class FirefoxTranslations extends PatchBase {
|
|
||||||
function __construct() {
|
|
||||||
parent::__construct('Mozilla', 'Firefox Translations', 'https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/');
|
|
||||||
$this->patch->setBranch('for Firefox');
|
|
||||||
}
|
|
||||||
function check() : bool {
|
|
||||||
if ($this->fetch('https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/'))
|
|
||||||
return $this->parse('/"version":"([\d\.]+)(buildid.*)?"/');
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue