Files
youtube-music/plugins/video-toggle/templates/buttonTemplate.html
2021-10-24 20:09:30 +03: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>