blob: a5cc6927ce2daf80481c134940f7a95cfe7941c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
import './mobile-tabs.css';
import * as pageDetect from 'github-url-detection';
import features from '../feature-manager.js';
// TODO: Enable on profiles after the new header migration has completed. December 2023?
void features.addCssFeature(import.meta.url, [pageDetect.hasRepoHeader]);
/*
Test URLs:
https://github.com/refined-github/refined-github
*/
|