Metalci
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
This user has not yet published any mods.
Recent Activity
Created comment
I love this and include it every time I do a fresh install
Nov 3, 2025 5:46 PM
View details
Edited comment
I like it but I don't like the names of containers and items popping up. Any way we can disable them? I just want the light. For example on the mod picture -banner- around the wiper there is a green light and the name Wiper in green. I would love it if there was a way to disable the item name, wiper, and only show the light.
Nov 3, 2025 5:20 PM
View details
Liked comment
Could you make the key to toggle the highlighting customizable and also add the ability to disable the text?
Nov 3, 2025 5:18 PM
View details
Created comment
I like it but I don't like the names of containers and items popping up. Any way we can disable them? I just want the light. For example on the mod picture -banner- around the wiper there is a green light and the name Wiper in green. I would love it if there was a way to disable the item name, wiper, and only show the light.
Nov 3, 2025 5:18 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.