[?]自分の登録日時

    @@ -4,5 +4,5 @@ // @license MIT License // @javascript_url -alert(new Date(Object.values(JSON.parse(document.querySelector('#initial-state').textContent).accounts)[0].created_at).toLocaleString()); +alert(new Date(Object.values(JSON.parse(document.querySelector('#initial-state').textContent).accounts).pop().created_at).toLocaleString());
  • // @title [?]自分の登録日時
    // @description 自分がインスタンスに登録した日時を表示します。
    // @include https://*/web/*
    // @license MIT License
    // @javascript_url
    
    alert(new Date(Object.values(JSON.parse(document.querySelector('#initial-state').textContent).accounts).pop().created_at).toLocaleString());
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2018/10/22 17:15:24 - 2018-10-22
  2. 2018/10/22 17:04:46 - 2018-10-22
  3. 2018/10/22 17:01:33 - 2018-10-22