fix stuff + add stuff

This commit is contained in:
ashley 2025-10-04 15:38:50 +02:00
parent 3643b46a3f
commit 3609b5e77e

View File

@ -364,9 +364,18 @@ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);
const _terms = Array.isArray(typeof searchMarquee !== 'undefined' ? searchMarquee : null) && (typeof searchMarquee !== 'undefined')
? searchMarquee
: [
"Gaming videos", "Deltarune Chapter 3&4", "K-Pop mixes", "Lo-fi playlists", "Linux tips",
"Privacy guides", "Games hub", "News highlights", "Cozy movies", "Study music",
"ASMR", "Live cams", "Nature ambiences", "City pop", "Retro tech", "omori", "twenty one pilots", "smoorez"
"Gaming videos", "Deltarune Chapter 3&4", "K-Pop mixes", "Lo-fi playlists", "Linux tips",
"Privacy guides", "Games hub", "News highlights", "Cozy movies", "Study music",
"ASMR", "Live cams", "Nature ambiences", "City pop", "Retro tech", "Omori",
"Twenty One Pilots", "Smoorez", "Assassin's Creed Shadows", "Elden Ring", "Monster Hunter: Wilds", "Mario Kart World",
"Split Fiction", "Citizen Sleeper 2", "Doom: The Dark Ages", "Helldivers 2",
"Call of Duty: Black Ops 6", "Fable", "Vampire: Bloodlines 2",
"Metallica", "Radiohead", "Coldplay", "Billie Eilish", "Taylor Swift",
"The Beatles", "Nirvana", "Pink Floyd", "Linkin Park", "BTS", "BLACKPINK",
"Stray Kids", "Ed Sheeran", "Adele", "Drake", "Kendrick Lamar", "Bad Bunny",
"Inception", "Interstellar", "Spirited Away", "Your Name", "Coco", "Parasite",
"Stranger Things", "Arcane", "Attack on Titan", "One Piece", "My Hero Academia",
"Looney Tunes", "Mandalorian", "Doctor Who", "Cyberpunk 2077", "Minecraft", "Nintendo Games"
];
const enc = str => encodeURIComponent(String(str));
%>