Work on firefox config more
This commit is contained in:
parent
fc99c74d94
commit
dfb943d9c4
1 changed files with 39 additions and 8 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
# Extensions
|
||||
"extensions.autoDisableScopes" = 0; # Auto enable extensions
|
||||
"extensions.enabledScopes" = 15;
|
||||
|
||||
# Basic options
|
||||
"privacy.userContext.newTabContainerOnLeftClick.enabled" = true; # Container selection on +
|
||||
|
@ -37,29 +38,38 @@
|
|||
{
|
||||
"placements": {
|
||||
"widget-overflow-fixed-list": [],
|
||||
"unified-extensions-area": [],
|
||||
"unified-extensions-area": [
|
||||
"sponsorblocker_ajay_app-browser-action",
|
||||
"firefox-addon_pronoundb_org-browser-action",
|
||||
"gdpr_cavi_au_dk-browser-action",
|
||||
"7esoorv3_alefvanoon_anonaddy_me-browser-action",
|
||||
"addon_fastforward_team-browser-action",
|
||||
"jid1-aqqsmbyb0a8adg_jetpack-browser-action",
|
||||
"_e58d3966-3d76-4cd9-8552-1582fbc800c1_-browser-action",
|
||||
"plasma-browser-integration_kde_org-browser-action"
|
||||
],
|
||||
"nav-bar": [
|
||||
"back-button",
|
||||
"forward-button",
|
||||
"stop-reload-button",
|
||||
"customizableui-special-spring1",
|
||||
"urlbar-container",
|
||||
"customizableui-special-spring2",
|
||||
"save-to-pocket-button",
|
||||
"downloads-button",
|
||||
"fxa-toolbar-menu-button",
|
||||
"reset-pbm-toolbar-button",
|
||||
"unified-extensions-button",
|
||||
"addon_darkreader_org-browser-action",
|
||||
"_446900e4-71c2-419f-a6a7-df9c091e268b_-browser-action",
|
||||
"ublock0_raymondhill_net-browser-action",
|
||||
"_446900e4-71c2-419f-a6a7-df9c091e268b_-browser-action"
|
||||
"_799c0914-748b-41df-a25c-22d008f9e83f_-browser-action"
|
||||
],
|
||||
"toolbar-menubar": [
|
||||
"menubar-items"
|
||||
],
|
||||
"TabsToolbar": [
|
||||
"firefox-view-button",
|
||||
"tabbrowser-tabs",
|
||||
"home-button",
|
||||
"new-tab-button",
|
||||
"tabbrowser-tabs",
|
||||
"alltabs-button"
|
||||
],
|
||||
"vertical-tabs": [],
|
||||
|
@ -73,7 +83,17 @@
|
|||
"profiler-button",
|
||||
"developer-button",
|
||||
"ublock0_raymondhill_net-browser-action",
|
||||
"_446900e4-71c2-419f-a6a7-df9c091e268b_-browser-action"
|
||||
"_446900e4-71c2-419f-a6a7-df9c091e268b_-browser-action",
|
||||
"firefox-addon_pronoundb_org-browser-action",
|
||||
"gdpr_cavi_au_dk-browser-action",
|
||||
"7esoorv3_alefvanoon_anonaddy_me-browser-action",
|
||||
"addon_darkreader_org-browser-action",
|
||||
"addon_fastforward_team-browser-action",
|
||||
"jid1-aqqsmbyb0a8adg_jetpack-browser-action",
|
||||
"_e58d3966-3d76-4cd9-8552-1582fbc800c1_-browser-action",
|
||||
"plasma-browser-integration_kde_org-browser-action",
|
||||
"sponsorblocker_ajay_app-browser-action",
|
||||
"_799c0914-748b-41df-a25c-22d008f9e83f_-browser-action"
|
||||
],
|
||||
"dirtyAreaCache": [
|
||||
"nav-bar",
|
||||
|
@ -84,7 +104,7 @@
|
|||
"unified-extensions-area"
|
||||
],
|
||||
"currentVersion": 20,
|
||||
"newElementCount": 3
|
||||
"newElementCount": 5
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
@ -145,6 +165,17 @@
|
|||
bitwarden
|
||||
ublock-origin
|
||||
tabliss
|
||||
buster-captcha-solver # reCaptcha begone
|
||||
consent-o-matic # Fuck cookie popups
|
||||
darkreader # Dark mode on all website
|
||||
fastforwardteam # Skip unnecessary short links
|
||||
libredirect # Redirect to better private frontends
|
||||
mailvelope # GPG Email encryption for the web
|
||||
plasma-integration # KDE Plasma support
|
||||
pronoundb # :3
|
||||
sponsorblock # Sponsor & Intro skipping for youtube
|
||||
web-scrobbler # Last.FM & ListenBrainz scrobbling
|
||||
# TODO Request better-canvas
|
||||
];
|
||||
|
||||
# Containers
|
||||
|
|
Loading…
Reference in a new issue