styrr_13372
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);
});
"
>
Recent Activity
Created comment
Sorry, I think I messed the packaging... you have to extract the content in your SPT folder to user/mods/styrr-theta-barter/
Nov 4, 2025 7:32 PM
View details
Created mod
Add Theta Container Barter to Ref Lvl 2 and fix Theta Container Layout
Nov 2, 2025 6:49 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.