[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 225302ea8c
commit 9d183b1c9b
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 "fihnjjcciajhdojfnbdddfaoknhalnja" # I don't care about cookies
"eimadpbcbfnmbkopoojfekhnkhdbieeh" # Dark Reader "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) "jmkaglaafmhbcpleggkmaliipiilhldn;https://edge.microsoft.com/extensionwebstorebase/v1/crx" # Video DownloadHelper (Edge)
"ldcclmkclhomnpcnccgbgleikchbnecl;https://edge.microsoft.com/extensionwebstorebase/v1/crx" # FastForward (Edge) "ldcclmkclhomnpcnccgbgleikchbnecl;https://edge.microsoft.com/extensionwebstorebase/v1/crx" # FastForward (Edge)
@ -117,7 +117,8 @@ in {
"ExtensionInstallSources" = [ "ExtensionInstallSources" = [
"https://chrome.google.com/webstore/*" "https://chrome.google.com/webstore/*"
"https://microsoftedge.microsoft.com/addons/*" "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; "BuiltInDnsClientEnabled" = false;
"TranslateEnabled" = false; "TranslateEnabled" = false;

View file

@ -59,6 +59,7 @@ in {
Extensions = { Extensions = {
Install = [ Install = [
"uBlock0@raymondhill.net" "uBlock0@raymondhill.net"
"magnolia@12.34"
]; ];
}; };
ExtensionSettings = { ExtensionSettings = {
@ -66,6 +67,10 @@ in {
installation_mode = "force_installed"; installation_mode = "force_installed";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"; 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; ExtensionUpdate = true;
}; };