ツイートの投稿時刻
by
fuysr4
2020-06-18 [2020/06/18 03:04:31]
ツイートのURLを開いた状態で使うと投稿時刻をミリ秒まで表示する
@@ -6,7 +6,4 @@
* @require
*/
-const id = BigInt(/\d{16,}/.exec(location.href)[0]);
-const time = (id >> 22n) + 1288834974657n;
-const str = `${d.getFullYear()}/${pad(d.getMonth()+1)}/${pad(d.getDate())} ${pad(d.getHours())}:${pad(d.getMinutes())}:${pad(d.getSeconds())}.${pad(d.getMilliseconds(),3)}`;
-alert(str);
+((d,p)=>alert(`${d.getFullYear()}/${p(d.getMonth()+1)}/${p(d.getDate())} ${p(d.getHours())}:${p(d.getMinutes())}:${p(d.getSeconds())}.${p(d.getMilliseconds(),3)}`))(new Date(parseInt((BigInt(/\d{16,}/.exec(location.href)[0])>>22n)+1288834974657n)),(s,n=2)=>(s+"").padStart(n,"0"))
/*
* @title ツイートの投稿時刻
* @description ツイートのURLを開いた状態で使うと投稿時刻をミリ秒まで表示する
* @include https://twitter.com/
* @license MIT License
* @require
*/
((d,p)=>alert(`${d.getFullYear()}/${p(d.getMonth()+1)}/${p(d.getDate())} ${p(d.getHours())}:${p(d.getMinutes())}:${p(d.getSeconds())}.${p(d.getMilliseconds(),3)}`))(new Date(parseInt((BigInt(/\d{16,}/.exec(location.href)[0])>>22n)+1288834974657n)),(s,n=2)=>(s+"").padStart(n,"0"))
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。