TheWarlock
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 Mods Yet
This user has not yet published any mods.
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
All I'm getting is the following:
The application had a critical error and failed to run
Exception produced: SyntaxError
Stacktrace:
D:\SPT\user\mods\EasyAmmoNames\src\mod.js:9
C: /snapshot/project / obj / models / external / module_1.IPostDBLoadMod;
SyntaxError: Invalid regular expression flags
at wrapSafe (node:internal/modules/cjs/loader:1519:18)
at Module.<anonymous> (node:internal/modules/cjs/loader:1541:20)
at Module._compile (pkg/prelude/bootstrap.js:1898:32)
at Object..js (node:internal/modules/cjs/loader:1712:10)
at Function._load (node:internal/modules/cjs/loader:1322:32)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:219:24)
at Module.<anonymous> (node:internal/modules/cjs/loader:1344:12)
at Module.require (pkg/prelude/bootstrap.js:1855:31)
Oct 5, 2025 4:57 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.