93a6cb09e45df0d818529434e3ba63ea4b19a3d7
The regex .+) matched '76561198984102849/' instead of just the SteamID. Changed to [^/]+) which stops at the trailing slash. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Languages
JavaScript
86.8%
CSS
7%
HTML
6.2%