Files
youtube-music/plugins/video-toggle/templates/button_template.html
2023-08-29 17:22:38 +09:00

5 lines
242 B
HTML

<div class="video-switch-button">
<input checked="true" class="video-switch-button-checkbox" type="checkbox"></input>
<label class="video-switch-button-label" for=""><span class="video-switch-button-label-span">Song</span></label>
</div>