diff --git a/modules/homes/firefox.nix b/modules/homes/firefox.nix index aa769a4..09ddb41 100644 --- a/modules/homes/firefox.nix +++ b/modules/homes/firefox.nix @@ -45,6 +45,33 @@ private_browsing = true; 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 = {