Thunderarea / music-mode-for-youtube

Browser extension for blocking the video and playing only the audio on YouTube and YouTube Music
GNU General Public License v3.0
29 stars 0 forks source link

Extension logo always visible in YouTube Music songs #8

Closed Thunderarea closed 1 week ago

Thunderarea commented 5 months ago

The extension's logo is visible in YouTube Music songs (not videos), even if the option "Remove extension's logo from videos" is enabled.

Example of a YouTube Music song: https://music.youtube.com/watch?v=vWeU-lKBvBg&list=RDAMVMvWeU-lKBvBg

Thunderarea commented 5 months ago

The problem is in that line `stylesheetContent +=

player .html5-video-player {

    background-image: none !important;
  }

;`

Replace it with: .html5-video-player, ytmusic-player {...}