function render_widget2(id) { var widgetArea = document.getElementById(id); widgetArea.innerHTML = `
下津具郵便局 (設楽町)の天気予報
詳しくみる
今日
時間 11 12 13 14 15 16 17 18 19 20 21
天気
気温 23 23 22 22 22 21 21 20 19 19 19
7日間天気予報 14日間先までの天気予報を見る
30(火)
1(水)
2(木)
3(金)
4(土)
5(日)
6(月)
`; widgetArea.dataset.originId = id; widgetArea.id = id + "_" + Math.random().toString(32).substring(2); } (function(){ function addClass(elName) { document .querySelectorAll(".RPsXVH9eVL_course_container " + elName) .forEach($el => { $el.classList.add("cwidget_" + elName) }) } window.addEventListener('load', (event) => { [ "header", "div", "section", "p", "table", "tr", "td", "th", "tbody", "a", "span", "strong", "img" ].forEach(tag => { addClass(tag) }) }); })()