p.__click = () => {
    window.location.hash = [...$routes.keys()][currentRouteIndex() - 1];
  };