ツイートID→時刻変換

    @@ -3,7 +3,6 @@ * @description Twitterの個別ツイート(https://twitter.com/<name>/status/<id>)のURL(<id>)からおおよその投稿時刻を取得(2010年11月4日22時(UTC)以降のもの) * @include https://twitter.com/* * @license MIT License - * @private * @javascript_url */
  • /*
     * @title ツイートID→時刻変換
     * @description Twitterの個別ツイート(https://twitter.com/<name>/status/<id>)のURL(<id>)からおおよその投稿時刻を取得(2010年11月4日22時(UTC)以降のもの)
     * @include https://twitter.com/*
     * @license MIT License
     * @javascript_url
     */
    
    (function(i,d){d=new Date(1288834974000+i/(1<<22));prompt(i,[d.getFullYear(),1+d.getMonth(),d.getDate()].join( '.' )+' '+d.toLocaleTimeString())})(location.href.replace(/^.*\//,''))
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2023/11/11 11:47:49 - 2023-11-11
  2. 2021/08/01 11:34:43 - 2021-08-01
  3. 2021/08/01 11:15:01 - 2021-08-01
  4. 2021/08/01 11:00:49 - 2021-08-01
  5. 2014/04/06 19:32:23 - 2014-04-06
  6. 2014/04/05 12:12:16 - 2014-04-05
  7. 2014/04/05 12:11:14 - 2014-04-05