Stranded
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
Smol issue I noticed. And by smol I mean profile breaking. If you use the hotkey to sell while youre in the post raid scav screen; The game completely borks once the item sells. The game can no longer be launched on that profile going forward. I'm looking for a fix for my profile currently, and may have to go to a backup from a day or two ago.
Oct 29, 2025 5:38 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.