t_wの輪郭

スプリントレトロスペクティブふりかえりレビュー
t_wの輪郭から振り返り用のHTMLを取得するスニペットデライトの振り返りKPTYWTあれ
$$("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")

AAR

2022/2/7 13:38:00