Skip to content
://alxndr.blog — Alexander's blog

2022-10-14 ~ 1 min read

resizing tab width on GitHub diffs

#diff#github#browser hack


Do you think 8-wide tabs are too wide, especially when reviewing code side-by-side?

Create a bookmarklet with this, and it’ll shrink those tabs right up whenever you click it.

javascript:[...document.getElementsByClassName('tab-size')].forEach(t => t.setAttribute('data-tab-size', 2))

Alexander

Alexander — a.k.a. alxndr or drwxrxrx