mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
YouTube will now use random user colors by default
This commit is contained in:
@@ -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") || "";
|
||||||
|
|||||||
Reference in New Issue
Block a user