uBlock: Fixed typo
This commit is contained in:
parent
c3fc61b39c
commit
71f6bdfc05
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
class UBlock extends PatchBase {
|
class UBlock extends PatchBase {
|
||||||
function __construct() {
|
function __construct() {
|
||||||
parent::__construct('Raymond Hill', 'uBlcok Origin', 'https://github.com/gorhill/uBlock');
|
parent::__construct('Raymond Hill', 'uBlock Origin', 'https://addons.mozilla.org/de/firefox/addon/ublock-origin/');
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch('https://addons.mozilla.org/de/firefox/addon/ublock-origin/'))
|
if ($this->fetch('https://addons.mozilla.org/de/firefox/addon/ublock-origin/'))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue