From cc6387d5e21af1d77c9adfc377c236a837b38add Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 26 Mar 2014 20:36:10 -0400 Subject: Initial version of bookmarklet Expands all commits on the page. TODO: collapse commits on toggle --- github-show-full-commit-message.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 github-show-full-commit-message.js diff --git a/github-show-full-commit-message.js b/github-show-full-commit-message.js new file mode 100644 index 0000000..ee8edab --- /dev/null +++ b/github-show-full-commit-message.js @@ -0,0 +1,5 @@ +(function() { + if (window.location.href.indexOf('github.com') != -1) { + $('.commit-message .hidden-text-expander .js-details-target').click(); + } +})(); \ No newline at end of file -- cgit v1.2.3