GitHub Diff Expander

A userscript that adds more diff code expanding buttons

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
Mottie
Günlük kurulumlar
0
Toplam kurulumlar
31
Değerlendirmeler
2 0 0
Versiyon
0.1.5
Oluşturulma
09.06.2018
Güncellenme
17.02.2024
Boyut
5,99 KB
Lisans
MIT
Geçerli

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