Compare commits
2 Commits
db2b9c3da9
...
6c6530dc78
| Author | SHA1 | Date |
|---|---|---|
|
|
6c6530dc78 | |
|
|
91c8327bec |
|
|
@ -19,10 +19,66 @@
|
||||||
in {
|
in {
|
||||||
"*".installation_mode = "blocked";
|
"*".installation_mode = "blocked";
|
||||||
|
|
||||||
|
# uBlock Origin
|
||||||
"uBlock0@raymondhill.net" = {
|
"uBlock0@raymondhill.net" = {
|
||||||
install_url = moz "ublock-origin";
|
install_url = moz "ublock-origin";
|
||||||
installation_mode = "force_installed";
|
installation_mode = "force_installed";
|
||||||
updates_disabled = true;
|
updates_disabled = true;
|
||||||
|
private_browsing = true;
|
||||||
|
default_area = "navbar";
|
||||||
|
};
|
||||||
|
|
||||||
|
# Bitwarden
|
||||||
|
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = {
|
||||||
|
install_url = moz "bitwarden-password-manager";
|
||||||
|
installation_mode = "force_installed";
|
||||||
|
updates_disabled = true;
|
||||||
|
private_browsing = true;
|
||||||
|
default_area = "navbar";
|
||||||
|
};
|
||||||
|
|
||||||
|
# Dark Reader
|
||||||
|
"addon@darkreader.org" = {
|
||||||
|
install_url = moz "darkreader";
|
||||||
|
installation_mode = "force_installed";
|
||||||
|
updates_disabled = true;
|
||||||
|
private_browsing = true;
|
||||||
|
default_area = "navbar";
|
||||||
|
};
|
||||||
|
|
||||||
|
# SponsorBlock
|
||||||
|
"sponsorBlocker@ajay.app" = {
|
||||||
|
install_url = moz "sponsorblock";
|
||||||
|
installation_mode = "force_installed";
|
||||||
|
updates_disabled = true;
|
||||||
|
private_browsing = true;
|
||||||
|
default_area = "menupanel";
|
||||||
|
};
|
||||||
|
|
||||||
|
# Return YouTube Dislike
|
||||||
|
"{762f9885-5a13-4abd-9c77-433dcd38b8fd}" = {
|
||||||
|
install_url = moz "return-youtube-dislikes";
|
||||||
|
installation_mode = "force_installed";
|
||||||
|
updates_disabled = true;
|
||||||
|
private_browsing = true;
|
||||||
|
default_area = "menupanel";
|
||||||
|
};
|
||||||
|
|
||||||
|
# RES
|
||||||
|
"jid1-xUfzOsOFlzSOXg@jetpack" = {
|
||||||
|
install_url = moz "reddit-enhancement-suite";
|
||||||
|
installation_mode = "force_installed";
|
||||||
|
updates_disabled = true;
|
||||||
|
private_browsing = true;
|
||||||
|
default_area = "menupanel";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
"3rdparty".Extensions = {
|
||||||
|
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = {
|
||||||
|
environment = {
|
||||||
|
base = "https://bitwarden.joshuayuen.me";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue