Add SponsorBlock, Return YouTube Dislike, and RES extensions to Firefox
This commit is contained in:
parent
91c8327bec
commit
6c6530dc78
|
|
@ -45,6 +45,33 @@
|
||||||
private_browsing = true;
|
private_browsing = true;
|
||||||
default_area = "navbar";
|
default_area = "navbar";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# SponsorBlock
|
||||||
|
"sponsorBlocker@ajay.app" = {
|
||||||
|
install_url = moz "sponsorblock";
|
||||||
|
installation_mode = "force_installed";
|
||||||
|
updates_disabled = true;
|
||||||
|
private_browsing = true;
|
||||||
|
default_area = "menupanel";
|
||||||
|
};
|
||||||
|
|
||||||
|
# Return YouTube Dislike
|
||||||
|
"{762f9885-5a13-4abd-9c77-433dcd38b8fd}" = {
|
||||||
|
install_url = moz "return-youtube-dislikes";
|
||||||
|
installation_mode = "force_installed";
|
||||||
|
updates_disabled = true;
|
||||||
|
private_browsing = true;
|
||||||
|
default_area = "menupanel";
|
||||||
|
};
|
||||||
|
|
||||||
|
# RES
|
||||||
|
"jid1-xUfzOsOFlzSOXg@jetpack" = {
|
||||||
|
install_url = moz "reddit-enhancement-suite";
|
||||||
|
installation_mode = "force_installed";
|
||||||
|
updates_disabled = true;
|
||||||
|
private_browsing = true;
|
||||||
|
default_area = "menupanel";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"3rdparty".Extensions = {
|
"3rdparty".Extensions = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue