chrome64
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);
});
"
>
This user has not yet published any mods.
Recent Activity
Created comment
OK, thank you.
I found the solution by setting the command line ‘IncreaseHeadHP’: true to false in the config.jsonc file.
Oct 12, 2025 5:00 PM
View details
Created comment
hello thx for mod.
Does it work with fika?
I have an error in my spt log:
-------------------------------------------------------------------------------------------------------------
🎮️ [Jiang Hu] Increased chrome64's Head HP to 54 (+19)
🎮️ [Jiang Hu] Increased esther64's Head HP to 53 (+18)
TypeError: Cannot read properties of undefined (reading 'Health')
TypeError: Cannot read properties of undefined (reading 'Health')
at JiangHu.postSptLoad (E:\Escape From Tarkov\Spt Launcher\user\mods\Jiang Hu\src\mod.ts:317:30)
at PostSptModLoader.executeModsAsync (C:\snapshot\project\obj\loaders\PostSptModLoader.js)
at PostSptModLoader.load (C:\snapshot\project\obj\loaders\PostSptModLoader.js)
at ModCallbacks.onLoad (C:\snapshot\project\obj\callbacks\ModCallbacks.js)
at App.load (C:\snapshot\project\obj\utils\App.js)
TypeError: Cannot read properties of undefined (reading 'Health')
TypeError: Cannot read properties of undefined (reading 'Health')
at JiangHu.postSptLoad (E:\Escape From Tarkov\Spt Launcher\user\mods\Jiang Hu\src\mod.ts:317:30)
at PostSptModLoader.executeModsAsync (C:\snapshot\project\obj\loaders\PostSptModLoader.js)
at PostSptModLoader.load (C:\snapshot\project\obj\loaders\PostSptModLoader.js)
at ModCallbacks.onLoad (C:\snapshot\project\obj\callbacks\ModCallbacks.js)
at App.load (C:\snapshot\project\obj\utils\App.js)
-------------------------------------------------------------------------------------------------------
Oct 12, 2025 6:34 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.