chore(firefox): get rid of ttv-lol-pro

This commit is contained in:
matt1432 2025-04-24 14:29:52 -04:00
parent 8b2076b82c
commit 2f9b081720
3 changed files with 0 additions and 29 deletions
homeManagerModules/firefox
scopedPackages/firefox-addons

View file

@ -263,7 +263,6 @@ in {
sound-volume
stylus
tampermonkey
ttv-lol-pro
ublock-origin
undoclosetabbutton
;

View file

@ -42,9 +42,6 @@
{
"slug": "tampermonkey"
},
{
"slug": "ttv-lol-pro"
},
{
"slug": "ublock-origin"
},

View file

@ -275,31 +275,6 @@
platforms = platforms.all;
};
};
"ttv-lol-pro" = buildFirefoxXpiAddon {
pname = "ttv-lol-pro";
version = "2.4.0";
addonId = "{76ef94a4-e3d0-4c6f-961a-d38a429a332b}";
url = "https://addons.mozilla.org/firefox/downloads/file/4436505/ttv_lol_pro-2.4.0.xpi";
sha256 = "78b42faab860a527c36822b34b16e5b12618aa387ea63deb822852d3065bf3f8";
meta = with lib; {
homepage = "https://github.com/younesaassila/ttv-lol-pro";
description = "TTV LOL PRO removes most livestream ads from Twitch.";
license = licenses.gpl3;
mozPermissions = [
"proxy"
"storage"
"webRequest"
"webRequestBlocking"
"https://*.live-video.net/*"
"https://*.ttvnw.net/*"
"https://*.twitch.tv/*"
"https://perfprod.com/ttvlolpro/telemetry"
"https://www.twitch.tv/*"
"https://m.twitch.tv/*"
];
platforms = platforms.all;
};
};
"ublock-origin" = buildFirefoxXpiAddon {
pname = "ublock-origin";
version = "1.63.2";