Compare commits
2 commits
d05392de09
...
4be0e2fa16
Author | SHA1 | Date | |
---|---|---|---|
4be0e2fa16 | |||
139c67317d |
1 changed files with 54 additions and 0 deletions
|
@ -43,6 +43,59 @@
|
|||
"search"
|
||||
"theme"
|
||||
];
|
||||
"darkreader" = [
|
||||
"alarms"
|
||||
"contextMenus"
|
||||
"storage"
|
||||
"tabs"
|
||||
"theme"
|
||||
"<all_urls>"
|
||||
];
|
||||
"plasma-integration" = [
|
||||
"nativeMessaging"
|
||||
"notifications"
|
||||
"storage"
|
||||
"downloads"
|
||||
"tabs"
|
||||
"<all_urls>"
|
||||
"contextMenus"
|
||||
"*://*/*"
|
||||
];
|
||||
"keepassxc-browser" = [
|
||||
"activeTab"
|
||||
"clipboardWrite"
|
||||
"contextMenus"
|
||||
"cookies"
|
||||
"nativeMessaging"
|
||||
"notifications"
|
||||
"storage"
|
||||
"tabs"
|
||||
"webNavigation"
|
||||
"webRequest"
|
||||
"webRequestBlocking"
|
||||
"https://*/*"
|
||||
"http://*/*"
|
||||
"https://api.github.com/"
|
||||
"<all_urls>"
|
||||
];
|
||||
"sponsorblock" = [
|
||||
"storage"
|
||||
"scripting"
|
||||
"https://sponsor.ajay.app/*"
|
||||
"https://*.youtube.com/*"
|
||||
"https://www.youtube-nocookie.com/embed/*"
|
||||
];
|
||||
"dearrow" = [
|
||||
"storage"
|
||||
"unlimitedStorage"
|
||||
"alarms"
|
||||
"https://sponsor.ajay.app/*"
|
||||
"https://dearrow-thumb.ajay.app/*"
|
||||
"https://*.googlevideo.com/*"
|
||||
"https://*.youtube.com/*"
|
||||
"https://www.youtube-nocookie.com/embed/*"
|
||||
"scripting"
|
||||
];
|
||||
};
|
||||
in {
|
||||
programs.firefox = {
|
||||
|
@ -52,6 +105,7 @@ in {
|
|||
extensions = map (v: config.nur.repos.rycee.firefox-addons.${v}) (lib.attrNames extensions);
|
||||
settings = {
|
||||
"extensions.autoDisableScopes" = 0;
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
};
|
||||
userChrome = ''
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
|
Loading…
Reference in a new issue