Is there a way to see the date of a commit in github, with day/hour precision? Older commits appear in a \"human readable\" format, such as \"2 years ago\" instead of showing th
With a user stylesheet plugin (I'm using stylebot in chrome)
time { font-size: 0; } time:after { content: attr(data-original-title); font-size: 14px; }