mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
@ -171,6 +171,7 @@ export default createPlugin({
|
||||
const video = document.querySelector<HTMLVideoElement>('video');
|
||||
|
||||
const switchButtonContainer = document.createElement('div');
|
||||
switchButtonContainer.id = 'ytmd-video-toggle-switch-button-container';
|
||||
switchButtonContainer.style.display = 'flex';
|
||||
render(
|
||||
() => (
|
||||
|
||||
Reference in New Issue
Block a user