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;