Manatee
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
Thanks for the reply. I never figured this out but I do know that when I press M it drops my CPU usage under 10% which is why my game FPS tanks.
Very strange but not the end of the world, I only use this mod so I don't have to remember exact quest locations so I'm not going to spend more effort trying to figure it out.
Nov 3, 2025 10:51 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.