YouTube will now use random user colors by default

This commit is contained in:
nutty
2026-08-24 07:20:26 +10:00
parent 66ae6e10a7
commit c1f0b0dbae
+1 -1
View File
@@ -90,7 +90,7 @@ const furryMode = GetBooleanParam("furryMode", false);
//////////////////// ////////////////////
const animationSpeed = GetIntParam("animationSpeed", 0.1); const animationSpeed = GetIntParam("animationSpeed", 0.1);
const randomYouTubeColors = GetBooleanParam("randomYouTubeColors", false); const randomYouTubeColors = GetBooleanParam("randomYouTubeColors", true);
const youtubeColor = urlParams.get("youtubeColor") || "#f70000"; const youtubeColor = urlParams.get("youtubeColor") || "#f70000";
const youtubeCustomSubIcon = urlParams.get("youtubeCustomSubIcon") || ""; const youtubeCustomSubIcon = urlParams.get("youtubeCustomSubIcon") || "";
let twitchUsername = urlParams.get("twitchUsername") || ""; let twitchUsername = urlParams.get("twitchUsername") || "";