UBlock/Floccus: Rename Firefox plugin classes

This commit is contained in:
Steffen Lange 2020-04-26 21:25:52 +02:00
parent 50e903cd93
commit 2a3822ec41
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<?php
class Floccus extends PatchBase {
class FloccusFF extends PatchBase {
function __construct() {
parent::__construct('Marcel Klehr', 'floccus', 'https://addons.mozilla.org/en-US/firefox/addon/floccus/');
$this->patch->setBranch('for Firefox');

View file

@ -1,6 +1,6 @@
<?php
class UBlock extends PatchBase {
class UBlockFF extends PatchBase {
function __construct() {
parent::__construct('Raymond Hill', 'uBlock Origin', 'https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/');
$this->patch->setBranch('for Firefox');