

Tiltushkin
Member since
MOTIVATED?
{
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);
});
"
>
Recent Activity
Edited mod
This is an updated version of the "[All ammo trader](https://hub.sp-tarkov.com/files/file/1720-all-ammo-trader/)" mod by VAFELZ, compatible with SPT 3.11+
Oct 8, 2025 9:04 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.