Etherscan Absolute Times

Show absolute instead of relative times on Etherscan

2018-09-04 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

  1. // ==UserScript==
  2. // @name Etherscan Absolute Times
  3. // @description Show absolute instead of relative times on Etherscan
  4. // @author TheRealHawk
  5. // @namespace https://etherscan.io
  6. // @match https://etherscan.io/address/*
  7. // @version 1.0
  8. // @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
  9. // ==/UserScript==
  10.  
  11. // Workaround to get rid of "'$' is not defined" warnings
  12. var $ = window.jQuery;