Jak wykryć zmianę adresu URL
window.addEventListener('popstate', function (event) {
// The URL changed...
});
Modern Mockingbird
window.addEventListener('popstate', function (event) {
// The URL changed...
});