Make category pill work on invidious and mobile youtube

This commit is contained in:
Ajay
2022-01-05 15:13:42 -05:00
parent 388b9179ac
commit 040bce2638
2 changed files with 26 additions and 5 deletions

View File

@@ -647,7 +647,7 @@ function setupCategoryPill() {
categoryPill = new CategoryPill();
}
categoryPill.attachToPage();
categoryPill.attachToPage(onMobileYouTube);
}
async function sponsorsLookup(id: string, keepOldSubmissions = true) {