// @title [?]自分の登録日時
// @description 自分がインスタンスに登録した日時を表示します。
// @include https://*/web/*
// @license MIT License
// @javascript_url
(j => alert(new Date(j.accounts[j.meta.me].created_at).toLocaleString()))(JSON.parse(document.querySelector('#initial-state').textContent));