t_wの輪郭から振り返り用のHTMLを取得するスニペット
2025/3/17 10:02:00
$$("article")
.map(e=>e.innerHTML)
.map(html=>html.replaceAll(/style=\"[^\"]*\"/g, ""))
.map(html=>html.replaceAll('<button type="button" class="mxmz icn_ btn_mxmz"></button>', ""))
.map(html=>html.replace('<div class="shdw btm">', ""))
.map(html=>html.replace('<div class="shdw top"> </div>', ""))
.slice(0,50)
.join("\n")