DCromer
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);
});
"
>
No Mods Yet
This user has not yet published any mods.
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
I sent the code changes to the developer. I don't feel confident I can post the port and meet the requirements for explaining the code I wrote per the rules so I cannot share it for now. Sorry.
Nov 21, 2025 9:10 PM
View details
Created comment
I sent the code changes to the developer. I don't feel confident I can post the port and meet the requirements for explaining the code I wrote per the rules so I cannot share it for now. Sorry.
Nov 21, 2025 9:10 PM
View details
Created comment
I was able to get this working in 4.0.4 with some significant code changes but I'm def not a C# dev so I'm happy to forward the code to you to look at but I wouldn't think it's ready for a PR in my opinion.
Nov 14, 2025 8:05 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.