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
|
|
@ -96,7 +96,7 @@ in {
|
|||
"fihnjjcciajhdojfnbdddfaoknhalnja" # I don't care about cookies
|
||||
"eimadpbcbfnmbkopoojfekhnkhdbieeh" # Dark Reader
|
||||
|
||||
"lkbebcjgcmobigpeffafkodonchffocl;https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean/-/raw/master/updates.xml" # Bypass Paywalls
|
||||
"lkbebcjgcmobigpeffafkodonchffocl;https://gitflic.ru/project/magnolia1234/bpc_updates/blob/raw?file=updates.xml" # Bypass Paywalls
|
||||
|
||||
"jmkaglaafmhbcpleggkmaliipiilhldn;https://edge.microsoft.com/extensionwebstorebase/v1/crx" # Video DownloadHelper (Edge)
|
||||
"ldcclmkclhomnpcnccgbgleikchbnecl;https://edge.microsoft.com/extensionwebstorebase/v1/crx" # FastForward (Edge)
|
||||
|
|
@ -117,7 +117,8 @@ in {
|
|||
"ExtensionInstallSources" = [
|
||||
"https://chrome.google.com/webstore/*"
|
||||
"https://microsoftedge.microsoft.com/addons/*"
|
||||
"https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean/*" # */
|
||||
"https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean/*"
|
||||
"https://gitflic.ru/project/magnolia1234/bpc_updates/*" # */
|
||||
];
|
||||
"BuiltInDnsClientEnabled" = false;
|
||||
"TranslateEnabled" = false;
|
||||
|
|
|
|||
|
|
@ -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