Files
youtube-music/plugins/video-toggle/templates/button_template.html
2021-11-01 23:10:15 +02:00

5 lines
246 B
HTML

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