From cca203b104a37b112780b37df49b853eb450fb13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 24 Jun 2024 11:32:54 -0300 Subject: [PATCH] firefox: install user_agent_string_switcher extension --- user/firefox.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/user/firefox.nix b/user/firefox.nix index 3b127b4..8518c3f 100644 --- a/user/firefox.nix +++ b/user/firefox.nix @@ -38,6 +38,12 @@ in url = "https://addons.mozilla.org/firefox/downloads/file/4198829/ublock_origin-1.54.0.xpi"; hash = "sha256-l5cWCQgZFxD/CFhTa6bcKeytmSPDCyrW0+XjcddZ5E0="; }) + (pkgs.fetchFirefoxAddon { + name = "user_agent_string_switcher"; + url = "https://addons.mozilla.org/firefox/downloads/file/4098688/user_agent_string_switcher-0.5.0.xpi"; + hash = "sha256-ncjaPIxG1PBNEv14nGNQH6ai9QL4WbKGk5oJDbY+rjM="; + }) + (pkgs.fetchFirefoxAddon { name = "i-still-dont-care-about-cookies"; url = "https://github.com/OhMyGuus/I-Still-Dont-Care-About-Cookies/releases/download/v1.1.4/istilldontcareaboutcookies-1.1.4.xpi";