トップページ

スポンサーリンク

最新ゲーム攻略

${post.title}

${post.content}
続きを読む
`; }).join(''); document.getElementById('latest-posts').innerHTML = output; wrapH2TagsWithSpan(); createAndInsertTOC(); // 目次を作成し挿入 } /** * H2タグをで囲む */ function wrapH2TagsWithSpan() { const headers = document.querySelectorAll('h2'); let tocNumber = 1; headers.forEach(header => { if (!header.id) { header.id = 'toc' + tocNumber; } if (header.textContent.trim() !== '感想') { header.innerHTML = `${header.textContent}`; tocNumber++; } else { header.style.display = 'none'; // 「感想」のH2タグを非表示 } }); } /** * 目次を作成し、最初のH2タグの前に挿入する */ function createAndInsertTOC() { const headers = document.querySelectorAll('h2'); if (headers.length === 0) return; const tocContainer = document.createElement('div'); tocContainer.className = 'toc'; const tocTitle = document.createElement('div'); tocTitle.className = 'toc-title'; tocTitle.textContent = '目次'; tocContainer.appendChild(tocTitle); const tocList = document.createElement('ul'); tocList.className = 'toc-list'; tocContainer.appendChild(tocList); headers.forEach(header => { if (header.style.display !== 'none') { const tocItem = document.createElement('li'); const tocLink = document.createElement('a'); tocLink.href = '#' + header.id; tocLink.textContent = header.textContent; tocItem.appendChild(tocLink); tocList.appendChild(tocItem); } }); headers[0].parentNode.insertBefore(tocContainer, headers[0]); } // ページが読み込まれたときに最新の投稿を表示する window.addEventListener('load', displayLatestPosts);
スポンサーリンク

スマパチ化で話題 伝説の名作「電王」感想ツイートまとめ

東映特撮YouTube Official配信作品 感想ツイートまとめ記事