Lachlan Olbrich

#

30

208

cm

107

kg

C

Biography

function getElementByDataWTab(params) { // Remove leading '#' if exists const cleanParam = params.startsWith('#') ? params.slice(1) : params; return document.querySelector(`[data-w-tab="${cleanParam}"]`); } function getHashFromUrl() { return window.location.hash || ''; }