sindresorhus/refined-github

add an option to defaultly hide files section #3156

HuuLane posted onGitHub

The first thing I want to see is readme instead of the files section. Screenshot_20200530_111534


Refined GitHub doesn't have per-feature options. However you can paste this CSS in the Custom CSS field to make it work like you want:

.repository-content.rgh-files-hidden .files {
    display: table;
}
.repository-content:not(.rgh-files-hidden) .files {
    display: none;
}

You might also like https://github.com/sindresorhus/hide-files-on-github

posted by fregante almost 5 years ago

Fund this Issue

$0.00
Funded

Pull requests