- Fix the account, checkout, order lookup and campaign pages under anonymous tokens landing on the "what is an anonymous token" page instead of the account they were trying to reach. MetaGer moved the whole key process off the keyserver to its own `/konto`, `/preise`, `/anmelden`, `/schluessel-erstellen` and `/c`, and the rule attaching the real key still only watched the old `/keys` address — so all five pages saw only the temporary key and could not tell an existing member apart from a visitor who had never held one, offering to sign them in or start over instead of taking them straight to their account - Fix "Abmelden" on the account page itself not logging this extension out. It has its own logout link, separate from the one in the site menu that already worked, and this one was never on the list of logout links to catch — so it cleared nothing but a cookie this extension does not use, leaving the master key in storage and still attached to every request afterwards - Fix "Set up your MetaGer key" in the settings page going nowhere for a visitor who just logged out but still has an active anonymous token. It always linked to the startpage's `#how-it-works` anchor, which only renders for a visitor with no key at all — this one still looks signed in on the anonymous token, deliberately, so the button opened the ordinary signed-in startpage instead. It now opens `/anmelden` only for that visitor; everyone else still gets the explainer, which is the friendlier door in for someone who has never held a key at all