Chep811
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
Liked comment
I've updated the link, sorry for the momentarily outage. My GitHub account got falsely-flagged as a spam account 😅
Nov 15, 2025 9:36 PM
View details
Liked comment
Apparently my GitHub account got suspended. I'll be uploading it elsewhere.
I'm still waiting for a response from them.
Nov 6, 2025 7:00 AM
View details
Liked comment
Link has been fixed. The source code is still available with all the files, but now on a gitea instance.
Nov 6, 2025 7:00 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.