parent
8b2076b82c
commit
2f9b081720
3 changed files with 0 additions and 29 deletions
homeManagerModules/firefox
scopedPackages/firefox-addons
|
@ -263,7 +263,6 @@ in {
|
||||||
sound-volume
|
sound-volume
|
||||||
stylus
|
stylus
|
||||||
tampermonkey
|
tampermonkey
|
||||||
ttv-lol-pro
|
|
||||||
ublock-origin
|
ublock-origin
|
||||||
undoclosetabbutton
|
undoclosetabbutton
|
||||||
;
|
;
|
||||||
|
|
|
@ -42,9 +42,6 @@
|
||||||
{
|
{
|
||||||
"slug": "tampermonkey"
|
"slug": "tampermonkey"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"slug": "ttv-lol-pro"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"slug": "ublock-origin"
|
"slug": "ublock-origin"
|
||||||
},
|
},
|
||||||
|
|
|
@ -275,31 +275,6 @@
|
||||||
platforms = platforms.all;
|
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 {
|
"ublock-origin" = buildFirefoxXpiAddon {
|
||||||
pname = "ublock-origin";
|
pname = "ublock-origin";
|
||||||
version = "1.63.2";
|
version = "1.63.2";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue