Compare commits
No commits in common. "6c6530dc788d2c0c24247cb8792ab7694af262b3" and "db2b9c3da900c17231bfac34188805f970b66887" have entirely different histories.
6c6530dc78
...
db2b9c3da9
|
|
@ -19,66 +19,10 @@
|
|||
in {
|
||||
"*".installation_mode = "blocked";
|
||||
|
||||
# uBlock Origin
|
||||
"uBlock0@raymondhill.net" = {
|
||||
install_url = moz "ublock-origin";
|
||||
installation_mode = "force_installed";
|
||||
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