Refringe
Administrator
Administrator
Member since
Full-stack web development specialist; front-end fanatic, PHP pro, database demigod, and *nix sysadmin. Holds a deep understanding of web security.
{
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 Addons Yet
This user has not yet published any addons.
Recent Activity
Liked comment
sweet was having some issues with my SPT and this helped me solve them thanks for the mod
Nov 27, 2025 6:32 PM
View details
Created comment
If you want to report a technical problem, please concider opening a [Github issue](https://github.com/refringe/SPT-Check-Mods/issues/new). Thanks!
Nov 27, 2025 6:10 PM
View details
First!