[?]自分のアカウント

    @@ -1,7 +1,7 @@ -// @title [?]自分の登録日時 -// @description 自分がインスタンスに登録した日時を表示します。 +// @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)); +void (j => prompt('your account', j.accounts[j.meta.me].url.split('/').reverse().slice(0, 2).join('@')))(JSON.parse(document.querySelector('#initial-state').textContent));
  • // @title [?]自分のアカウント
    // @description 他の人に伝える用のアカウント表記を出します。
    // @include https://*/web/*
    // @license MIT License
    // @javascript_url
    
    void (j => prompt('your account', j.accounts[j.meta.me].url.split('/').reverse().slice(0, 2).join('@')))(JSON.parse(document.querySelector('#initial-state').textContent));
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2018/11/20 15:15:29 - 2018-11-20
  2. 2018/11/20 15:10:48 - 2018-11-20