mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
Appended directly to the main-panel
This commit is contained in:
@ -38,7 +38,7 @@ function setup(e) {
|
|||||||
player = $('ytmusic-player');
|
player = $('ytmusic-player');
|
||||||
video = $('video');
|
video = $('video');
|
||||||
|
|
||||||
$('ytmusic-player-page').prepend(switchButtonDiv);
|
$('#main-panel').append(switchButtonDiv);
|
||||||
|
|
||||||
if (options.hideVideo) {
|
if (options.hideVideo) {
|
||||||
$('.video-switch-button-checkbox').checked = false;
|
$('.video-switch-button-checkbox').checked = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user