GitHub Diff Expander

A userscript that adds more diff code expanding buttons

As of 2018-10-05. See the latest version.

Author
Mottie
Ratings
0 0 0
Version
0.1.1
Created
2018-06-09
Updated
2018-10-05
License
MIT
Applies to

A userscript that adds more diff code expanding buttons

  • Without this userscript, the code expanders on a diff page work by expanding code blocks up, except for the last expander.
  • With this userscript:
    • More expander buttons are added that will allow expanding the code in either direction.
    • Included with every expander button is the range of code lines, for the left column, that it will load.
  • Limitations & confusing points:
    • GitHub's server will return a maximum of 20 lines of code.
    • Because diffs have before and after line numbers, it would be difficult to show the range of both columns due to alignment and space limitations. This userscript will only show the "before" diff line number range (left column).
    • Overlapping ranges may cause confusion. In this screenshot, the top expander will load the code for lines 21 to 40, while the bottom expander will load lines 34 to 53. Once the expander is clicked, the range will adjust.
    • Within each file, the range shown in the last expander will start with the next left column line number, but end with the maximum line number for either the left or right column. This is due to the range provided by the expander link.
BeforeAfter
before after

Hosted with ♥ at GitHub