diff --git a/modules/FirefoxTranslations.php b/modules/FirefoxTranslations.php deleted file mode 100644 index 52d398d..0000000 --- a/modules/FirefoxTranslations.php +++ /dev/null @@ -1,15 +0,0 @@ -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; - } -} - -?>