From 58564e17f1c5a444b98a38cc2d63fdcff798a6cd Mon Sep 17 00:00:00 2001 From: MurphyDoubleYou Date: Sat, 15 Feb 2025 19:29:36 -0500 Subject: [PATCH] Added more title keywords for Anti-generic (You should really make it so usernames are checked too for this feature, perhaps) --- features/anti-generic/script.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/features/anti-generic/script.js b/features/anti-generic/script.js index c1fbd6ad..e2b75e50 100644 --- a/features/anti-generic/script.js +++ b/features/anti-generic/script.js @@ -37,6 +37,12 @@ export default async function ({ feature, console }) { title.includes("singing") || title.includes("scratched out") || title.includes("ost") || + title.includes("sprunki") || + title.includes("incredibox") || + title.includes("skibidi") || + title.includes("phase ") || + title.includes("+)") || + (title.includes("digital") && title.includes("circus")) || (title.includes("dark") && title.includes("platformer")) || (title.includes("generic") && title.includes("platformer")) || (title.includes("jungle") && title.includes("platformer")) ||