
Qwertyalex
Member since
Hi, I maintain old mods that aren't updated anymore, because I am a masochist who likes old code find it sad when old mods die when they're awesome and could keep on being awesome.
{
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
No recent activity to display
Activity will appear here as the user interacts with the platform
You can take the updated mod from my profile,
I removed Scav-01 and Scav-02. < Add them back
only issue I have not been able to fix is the clothing being the ID probably an easy fix.