// add setting without reloadlocation.hash = "setting";
// if url change with hash do somthingwindow.addEventListener('hashchange', () => {console.log('url hash changed!');});
// if url change do somthing (dont detect changes with hash)//window.addEventListener('locationchange', function(){// console.log('url changed!');//})
// remove #setting without reload
history.back();