Hood
Member since
Easiest way to reach me is Hood on discord
{
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);
});
"
>
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
Please comment your feedback! Anything from balancing ideas or general thoughts, let me know if there is anything I could improve upon. Thanks!
Nov 23, 2025 12:55 AM
View details
Liked comment
I can't play SPT anymore without this. This mod became essential to me.
Thanks for the great job!
Nov 23, 2025 12:53 AM
View details
Liked comment
Glad someone updated them, I was about to do it myself.
Nov 23, 2025 12:53 AM
View details