t_wの輪郭

『t_wの輪郭』振り返り
$$("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")
あれ