NRS
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
Liked comment
Before anyone asks, the virustotal link is required to be posted on all mods and they don't like accepting more than one file contained within a zip. For this reason I cannot scan all of the .ts files contained in the mod, and I threw the generic bundle generation tool at the virustotal to get a link. Once this mod is 4.0 compatible this will no longer apply and I'll delete this message.
Oct 17, 2025 9:29 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.