
cichaj
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
Hey, it was scanned with VirusTotal, so it's a false positive. I've updated the README on GitHub, so you can compile it yourself if you'd like :)
Oct 18, 2025 8:00 PM
View details
Edited mod
# KappaMarker
A very simple mod that marks quests required for the Collector.
It adds "Required for Kappa" to quest descriptions and a "[K]" prefix to quest names.

# Installation
1. Download the mod.
2. ⬇️

Alternatively, you can find the 3.10.5 version on GitHub. I haven't tested it, but it should work on LTS 3.11 too.
Oct 18, 2025 3:37 PM
View details
Created mod
# KappaMarker
A very simple mod that marks quests required for the Collector.
It adds "Required for Kappa" to quest descriptions and a "[K]" prefix to quest names.

# Installation
1. Download the mod.
2. ⬇️

Alternatively, you can find the 3.10.5 version on GitHub. I haven't tested it, but it should work on LTS 3.11 too.
Oct 18, 2025 12:26 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.