Skip to content

Commit

Permalink
Merge pull request #295 from PasttaTypo/master
Browse files Browse the repository at this point in the history
fix #294
  • Loading branch information
ajayyy authored Sep 2, 2024
2 parents d69bd6a + 796f0c1 commit 0d30aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/cssInjector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function buildHideThumbnailCss(): string {
const thumbnailTypes = getThumbnailElements();

for (const thumbnailType of thumbnailTypes) {
result.push(`${start} ${thumbnailType} img:not(.cb-visible, ytd-moving-thumbnail-renderer img, .cbCustomThumbnailCanvas)`);
result.push(`${start} ${thumbnailType} img:not(.cb-visible, ytd-moving-thumbnail-renderer img, .cbCustomThumbnailCanvas, .yt-spec-avatar-shape__image)`);
}
}

Expand Down Expand Up @@ -153,4 +153,4 @@ function buildMobileCss(): string {
}

return "";
}
}

0 comments on commit 0d30aa3

Please sign in to comment.