ODdingus
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
So far so good, it replaced the objectives with no issue. Thx for the quick reply
Oct 16, 2025 12:20 AM
View details
Edited comment
Can this be added mid profile, or do I need to start a new one? I unlocked ref and have done a couple quests already so not sure if adding this with accepted quests would break something. Better safe than sorry
Oct 15, 2025 10:17 PM
View details
Created comment
Can this be added mid profile, or do I need to start a new one? I unlocked ref and have done a couple quests already so not sure if adding this with accepted quests would break something. Better safe than sorry
Oct 15, 2025 10:16 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.