Discorderly
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
Liked comment
As of version 4.0.0 of this mod please report issues directly to the github linked at the bottom of the mod page using the issues tab. Yes you have to have a github account, no this does not mean I won't look here, but it will ensure that your issue will be tracked and investigated rather than getting lost somewhere in the back of my head between my other daily tasks. I have 31 pages and counting of comments, so please make this easy for both of us.
Nov 7, 2025 9:07 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.