1 2 3 4 5 6 7
<script> addEventListener("pageshow", () => { setTimeout(() => { history.back(); }, 0); }); </script>