postok.js 171 B

1234
  1. history.pushState(null, null, document.URL);
  2. window.addEventListener('popstate', function () {
  3. history.pushState(null, null, document.URL);
  4. });