potat
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
That'd be amazing and I'd love you forever if you could.
Nov 19, 2025 7:16 PM
View details
Created comment
Just a suggestion more than an issue, but would it be easily possible to disable the inventory hotkey while not in raid as an option? It's more of a me issue, because my inventory key is set to a letter key instead of tab, but when I am trying to type (whether naming a tag, searching flea, etc) if I have to type that letter it will close whatever I am doing and open the stash screen even if I am already in the stash screen.
Nov 19, 2025 7:02 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.