
PlaguePhreak
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
Edited comment
Hey!! it was for the most recent version from my comment (5.0.0) but its just my browser client that wouldnt download it. very odd
i can download 5.0.1 though
Oct 18, 2025 1:30 PM
View details
Created comment
Hey!! it was for the most recent version from my comment (5.0.0) but its just my browser client that wouldnt download it. very odd
i can download 5.0.1 though
Oct 18, 2025 1:29 PM
View details
Created comment
When i try to install it wont let me because it says "virus detected" but it works when i download from the github source code
Oct 17, 2025 3:50 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.