function parseHash() {
    if (location.hash === "") location.hash = "#general";
    if (location.hash === "#general") selectTab("tab-general");
    if (location.hash === "#storage") selectTab("tab-storage");
    if (location.hash === "#notifs") selectTab("tab-notifs");