Redirecting to Red Mugsy...

const decodedPath = '/' + decode(pathPart).replace(/^\/+/, ''); const queryRest = parts.map(decode).filter(Boolean).join('&'); const newSearch = queryRest ? `?${queryRest}` : ''; const newUrl = `${decodedPath || '/'}${newSearch}${hash || ''}`; window.history.replaceState(null, '', newUrl); } } catch (err) { console.warn('SPA path normalization failed:', err); } })(); Red Mugsy — Treasure hunts, promos, and events