<script>
window.addEventListener('DOMContentLoaded', () => {
  history.pushState({}, '', '#1');
});
</script>