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