Lacyway
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);
});
"
>
Recent Activity
Created comment
Fika compatibility is ~95% done, just need to deal with the *extremely* infuriating last road block.
Nov 6, 2025 7:29 PM
View details
Liked comment
Seconded, I have been waiting for this, thank you so much for the update! <3
Nov 6, 2025 1:06 PM
View details
Unliked comment
Seconded, I have been waiting for this, thank you so much for the update! <3
Nov 6, 2025 1:06 PM
View details
Liked comment
It was fine as long as we only used it in the stash really, so happy you updated it for 4.0 :D
Nov 6, 2025 1:06 PM
View details
Liked comment
Omg I love this so much, tarkov has desperately needed this ever since it came out
Nov 6, 2025 1:06 PM
View details
Liked comment
Seconded, I have been waiting for this, thank you so much for the update! <3
Nov 6, 2025 1:06 PM
View details
Created comment
The mod has no Fika support, but I will add it later.
Nov 6, 2025 9:59 AM
View details
Hello ;3