GitHub file list beautifier

Adds colors to files by type, displays small images in place of file-type icons in a repository source tree

2023-08-31 일자. 최신 버전을 확인하세요.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
woxxom
평점
0 0 0
버전
4.0.0
생성
2014-10-24
갱신
2023-08-31
크기
3.83KB
라이선스
MIT
동작 사이트
  • Color highlight by file type in repo listings.

    Each type's color is randomly unique and automatically calculated.
    Seed values can by customized, see below.

  • Image contents in its icon, 24px by default.

image dark

Seed values for color calculations can be customized by opening github.com and running the following command in devtools console:

localStorage.FileListBeautifier = JSON.stringify({
  iconSize: 24,
  colorSeed1: 2,
  colorSeed2: 1299721,
  colorSeed3: 179426453,
})