[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

@ -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;

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;
};