1

Modules/Firefox: Update extensions

This commit is contained in:
2025-02-25 12:39:18 +01:00
parent 355c1ddbf3
commit 23bbbe66ae
2 changed files with 47 additions and 43 deletions

View File

@ -509,6 +509,7 @@ rec {
]; ];
uninstallUnmanaged = true; uninstallUnmanaged = true;
# uninstallUnused = true; # TODO: Available since 0.6.0
update.auto = { update.auto = {
enable = true; enable = true;

View File

@ -107,49 +107,52 @@ in {
'') '')
]; ];
extensions = with pkgs.nur.repos.rycee.firefox-addons; [ extensions = {
amp2html packages = with pkgs.nur.repos.rycee.firefox-addons; [
augmented-steam amp2html
betterttv augmented-steam
# bypass-paywalls-clean betterttv
c-c-search-extension # Press cc in searchbar and profit # bypass-paywalls-clean
clearurls c-c-search-extension # Press cc in searchbar and profit
cookie-autodelete clearurls
display-_anchors # Easier linking to specific website parts cookie-autodelete
don-t-fuck-with-paste display-_anchors # Easier linking to specific website parts
enhancer-for-youtube don-t-fuck-with-paste
h264ify enhancer-for-youtube
keepassxc-browser # h264ify
localcdn keepassxc-browser
lovely-forks # Display notable forks on GitHub repos localcdn
# octotree # Github on steroids lovely-forks # Display notable forks on GitHub repos
# plasma-integration # TODO: Only when Plasma is used # octotree # Github on steroids
privacy-badger # plasma-integration # TODO: Only when Plasma is used
privacy-settings privacy-badger
protondb-for-steam privacy-settings
refined-github protondb-for-steam
return-youtube-dislikes refined-github
# search-by-image # TODO: Failed to build once return-youtube-dislikes
single-file rust-search-extension
skip-redirect search-by-image
smart-referer # Limit referer link information single-file
snowflake # Help users from censored countries access the internet skip-redirect
sourcegraph # Code intelligence for GitHub/GitLap for 20+ languages smart-referer # Limit referer link information
sponsorblock snowflake # Help users from censored countries access the internet
steam-database # sourcegraph # Code intelligence for GitHub/GitLap for 20+ languages
tab-session-manager sponsorblock
to-deepl steam-database
transparent-standalone-image tab-session-manager
tree-style-tab # to-deepl
ublacklist transparent-standalone-image
ublock-origin tree-style-tab
# umatrix # NOTE: Many pages need manual intervention ublacklist
unpaywall ublock-origin
view-image # umatrix # NOTE: Many pages need manual intervention
# vimium # NOTE: Shits the bed when site needs general key input outside of text field... unpaywall
# wappalyzer # Identify web technologies view-image
youtube-shorts-block # vimium # NOTE: Shits the bed when site needs general key input outside of text field...
]; # wappalyzer # Identify web technologies
youtube-shorts-block
];
};
settings = lib.mkMerge [ settings = lib.mkMerge [
(lib.optionalAttrs firefox.vaapi { (lib.optionalAttrs firefox.vaapi {