[Desktop/Browser+Firefox] update Bypass Paywalls URL and add to Firefox

This commit is contained in:
Antoine Viallon 2024-09-17 00:16:07 +02:00
parent db4ef38b10
commit 8272f748f0
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 8 additions and 2 deletions

View file

@ -59,6 +59,7 @@ in {
Extensions = {
Install = [
"uBlock0@raymondhill.net"
"magnolia@12.34"
];
};
ExtensionSettings = {
@ -66,6 +67,10 @@ in {
installation_mode = "force_installed";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
};
"magnolia@12.34" = {
installation_mode = "normal_installed";
install_url = "https://gitflic.ru/project/magnolia1234/bpc_uploads/blob/raw?file=bypass_paywalls_clean-latest.xpi&inline=false";
};
};
ExtensionUpdate = true;
};