A UserScript for GitHub Absolute Dates with Commit History Exception
I’ve written a UserScript that formats GitHub’s relative time elements to show absolute dates with hours, minutes, and seconds - except in commit history views where relative dates are more useful. The Problem GitHub shows relative times like “2 hours ago” or “3 days ago” throughout the interface. While this works well for commit history where you want to understand the flow of changes, it’s less helpful for other areas like issue timestamps, PR creation dates, or release dates where absolute timestamps provide better context. ...