summaryrefslogtreecommitdiff
path: root/source/refined-github.ts
diff options
context:
space:
mode:
authorGravatar Federico Brigante <me@fregante.com> 2023-09-21 09:03:57 +0800
committerGravatar GitHub <noreply@github.com> 2023-09-21 01:03:57 +0000
commite9e650da9918a1af25c36c59249badfe3f8e0508 (patch)
tree67b1c75cc6a2b0dd1e749432c9e96970babb77d8 /source/refined-github.ts
parent78e4b2d1db40caa55af973196f22f054f66f594b (diff)
downloadrefined-github-e9e650da9918a1af25c36c59249badfe3f8e0508.tar.gz
refined-github-e9e650da9918a1af25c36c59249badfe3f8e0508.tar.zst
refined-github-e9e650da9918a1af25c36c59249badfe3f8e0508.zip
`clean-repo-header` - Let users disable it (#6941)23.9.21
Diffstat (limited to 'source/refined-github.ts')
-rw-r--r--source/refined-github.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/refined-github.ts b/source/refined-github.ts
index 2093c5e0..398a8646 100644
--- a/source/refined-github.ts
+++ b/source/refined-github.ts
@@ -21,7 +21,6 @@ import './features/readable-title-change-events.css';
import './features/clean-checks-list.css';
import './features/sticky-csv-header.css';
import './features/mark-private-repos.css';
-import './features/clean-repo-header.css';
// DO NOT add CSS files here if they are part of a JavaScript feature.
// Import the `.css` file from the `.tsx` instead.
@@ -33,6 +32,7 @@ import './features/hide-newsfeed-noise.js';
import './features/minimize-upload-bar.js';
import './features/hide-diff-signs.js';
import './features/clean-rich-text-editor.js';
+import './features/clean-repo-header.js';
// Disableable features
import './features/useful-not-found-page.js';