Etherscan Absolute Times

Show absolute instead of relative times on Etherscan

Version vom 04.09.2018. Aktuellste Version

// ==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;