ozen
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);
});
"
>
Created by ozen
31 Downloads
Compatible Mod Versions:
v1.7.0
Synchronize the doors changed by Door Randomizer
Recent Activity
Created comment
Uninsured items will still get lost, so yes most likely those were individual attachments that weren't insured
Nov 26, 2025 5:07 PM
View details