From e9e650da9918a1af25c36c59249badfe3f8e0508 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Thu, 21 Sep 2023 09:03:57 +0800 Subject: `clean-repo-header` - Let users disable it (#6941) --- source/refined-github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/refined-github.ts') 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'; -- cgit v1.2.3