From 429d0fa6c56d9efbfb309a60775518f8a639077a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sun, 18 May 2025 11:30:37 +0200 Subject: [PATCH] remove bypass-paywall-clean completely It's dropped upstream and the development is dead --- nix/configurations/tungsten/home/firefox.nix | 3 --- nix/configurations/vanadium/home/firefox.nix | 3 --- 2 files changed, 6 deletions(-) diff --git a/nix/configurations/tungsten/home/firefox.nix b/nix/configurations/tungsten/home/firefox.nix index 99c9b1d6..4eacc0b8 100644 --- a/nix/configurations/tungsten/home/firefox.nix +++ b/nix/configurations/tungsten/home/firefox.nix @@ -29,9 +29,6 @@ in { addons.return-youtube-dislikes addons.shinigami-eyes - - # flaky, find a better source to be fetched - # addons.bypass-paywalls-clean ]; }; diff --git a/nix/configurations/vanadium/home/firefox.nix b/nix/configurations/vanadium/home/firefox.nix index 99c9b1d6..4eacc0b8 100644 --- a/nix/configurations/vanadium/home/firefox.nix +++ b/nix/configurations/vanadium/home/firefox.nix @@ -29,9 +29,6 @@ in { addons.return-youtube-dislikes addons.shinigami-eyes - - # flaky, find a better source to be fetched - # addons.bypass-paywalls-clean ]; };