Skip to content

Commit

Permalink
Remove chapter rendering, mobile support for preview bars
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Feb 2, 2024
1 parent e6f590a commit b16b362
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 548 deletions.
2 changes: 1 addition & 1 deletion src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ function createPreviewBar(): void {
if (el) {
console.log("createPreviewBar parent node: ", el)
const chapterVote = new ChapterVote(voteAsync);
previewBar = new PreviewBar(el, isOnMobileYouTube(), isOnInvidious(), chapterVote, () => importExistingChapters(true));
previewBar = new PreviewBar(el, chapterVote);

updatePreviewBar();

Expand Down
Loading

0 comments on commit b16b362

Please sign in to comment.