mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Browser+Firefox] update Bypass Paywalls URL and add to Firefox
This commit is contained in:
parent
db4ef38b10
commit
8272f748f0
2 changed files with 8 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue