Beartooth
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
You're a legend. Thank you for the hard work. Is very much appreciated.
Oct 30, 2025 10:11 AM
View details
Liked comment
I've already updated it but it's still in testing phase. You can grab the test build in my thread over at Fika Discord.
Oct 30, 2025 10:10 AM
View details
Created comment
Hello! One of the best mods in my opinion. Are there plans to make it compatible with SPT 4.0?
Oct 28, 2025 9:26 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.