agavalda
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);
});
"
>
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
> No connection could be made because the target machine actively refused it.
something is wrong in your side
Nov 25, 2025 10:23 AM
View details
Created comment
which version of SPT? i think i saw those guys in spt 3.x but not in 4
Nov 25, 2025 9:44 AM
View details
Created comment
And im sorry for my short reply, this mod doesn't change any config around, so it must be something else (i hope...)
Nov 24, 2025 1:15 PM
View details
Created comment
Thank you!! it's nice to read these kind of messages :)
Nov 22, 2025 3:21 PM
View details
Liked comment
Just wanna say i've been using this mod on and off for a while and the changes you've made have been awsome.
I appreciate the time you've put in
Nov 22, 2025 3:21 PM
View details
Hi there, got it working haha. Thanks for letting me help out, here’s some feedback after testing: