
Bevs
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
Do you think it would be possible to remove or hide the base quests like Burning Rubber or Shooting Cans? That way we only see your new quests that condense all of them?
Oct 16, 2025 2:45 PM
View details
Created comment
Does the 4.0 version not have a config yet? I just want to make sure I'm not missing something.
Oct 16, 2025 2:00 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.