We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c285d commit 58564e1Copy full SHA for 58564e1
features/anti-generic/script.js
@@ -37,6 +37,12 @@ export default async function ({ feature, console }) {
37
title.includes("singing") ||
38
title.includes("scratched out") ||
39
title.includes("ost") ||
40
+ title.includes("sprunki") ||
41
+ title.includes("incredibox") ||
42
+ title.includes("skibidi") ||
43
+ title.includes("phase ") ||
44
+ title.includes("+)") ||
45
+ (title.includes("digital") && title.includes("circus")) ||
46
(title.includes("dark") && title.includes("platformer")) ||
47
(title.includes("generic") && title.includes("platformer")) ||
48
(title.includes("jungle") && title.includes("platformer")) ||
0 commit comments