foxdie2011
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
First, thank you for this mod, it is the best QoL improvement I've had for sure.
Is it possible to add dots for big values?
For example 1111111 -> 1.111.111
This would make it much more legible for high value items.
Oct 18, 2025 6:47 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.