const TARGET = '/marsbazaar'; // change to your path (can also be absolute) return (x.pathname.replace(/\/+$/, '') || '/'); // strip trailing slash if (!onTarget) location.replace(TARGET); // use assign() to keep history