aboutsummaryrefslogtreecommitdiffstats
path: root/github-show-full-commit-message.js
blob: ee8edabf93482575f854e2fb88420035d3a1b503 (plain)
1
2
3
4
5
(function() {
	if (window.location.href.indexOf('github.com') != -1) {
		$('.commit-message .hidden-text-expander .js-details-target').click();
	}
})();