summaryrefslogtreecommitdiff
path: root/source/features/clean-repo-header.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/clean-repo-header.tsx')
-rw-r--r--source/features/clean-repo-header.tsx14
1 files changed, 14 insertions, 0 deletions
diff --git a/source/features/clean-repo-header.tsx b/source/features/clean-repo-header.tsx
new file mode 100644
index 00000000..ddb56e5d
--- /dev/null
+++ b/source/features/clean-repo-header.tsx
@@ -0,0 +1,14 @@
+import './clean-repo-header.css';
+import * as pageDetect from 'github-url-detection';
+
+import features from '../feature-manager.js';
+
+void features.addCssFeature(import.meta.url, [pageDetect.isRepoRoot]);
+
+/*
+
+## Test URLs
+
+https://github.com/refined-github/refined-github
+
+*/