Etherscan Absolute Times

Show absolute instead of relative times on Etherscan

2018/09/04のページです。最新版はこちら。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
// ==UserScript==
// @name          Etherscan Absolute Times
// @description   Show absolute instead of relative times on Etherscan
// @author        TheRealHawk
// @namespace     https://etherscan.io
// @match         https://etherscan.io/address/*
// @version       1.0
// @require       https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
// ==/UserScript==

// Workaround to get rid of "'$' is not defined" warnings
var $ = window.jQuery;