振り返り
2021/12/29 13:57: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")