function switchTab(id) {
currentTab = id;
// タブの見た目の色をリセット
var tds = document.getElementById('tab-row').getElementsByTagName('td');
for(var i=0; i
' + d.getDate() + '
';
} else if (id === 3) {
custom.innerHTML = '
00:00:00
';
setInterval(function(){
var d = new Date();
var c = document.getElementById('live-clock');
if(c) c.innerHTML = d.getHours()+':'+("0"+d.getMinutes()).slice(-2)+':'+("0"+d.getSeconds()).slice(-2);
}, 1000);
} else if (id === 4 || id === 5) {
var isYt = (id === 4);
var type = isYt ? 'yt' : 'nico';
var def = isYt ? "https://www.youtube-nocookie.com" : "https://embed.nicovideo.jp";
custom.innerHTML = '
Video Mode 動画IDを入力。
';
} else if (id === 6) {
iframe.style.display = "block"; custom.style.display = "none";
iframe.src = "https://yyya-nico.com/viewer/youtubeviewer/inputwrap";
urlInput.value = iframe.src;
} else if (id === 7) {
iframe.style.display = "block"; custom.style.display = "none";
iframe.src = "https://yyya-nico.com/viewer/nicovideoviewer/inputwrap";
urlInput.value = iframe.src;
} else if (id === 8) {
iframe.style.display = "block"; custom.style.display = "none";
iframe.src = "https://youtube.sakuraweb.com";
urlInput.value = iframe.src;
} else if (id === 9) {
custom.innerHTML = '