pein
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 Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
im stupid...
default config from 1.5, for the most recent version enable 1.7.2 real recoil values and tweak settings cuz some things have changed
Nov 26, 2025 1:20 PM
View details
Deleted comment
dont remember, probably default amands with high-ish vanilla settings
Nov 26, 2025 1:19 PM
View details
Created comment
dont remember, probably default amands with high-ish vanilla settings
Nov 26, 2025 9:45 AM
View details
ts shit sucks