summaryrefslogtreecommitdiff
path: root/source/features/clean-repo-header.tsx
blob: ddb56e5dadcbbac0a4e119751d4439dead947fa3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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

*/