振り返り
2021/12/29 13:57:00
以下の点は、ユーザーがうまくいったことやポジティブな成果として記録しており、今後も継続する価値があります。
以下の点は、ユーザーが直面している課題や改善が必要な領域です。
以下の提案は、Problemを解決し、ユーザーがさらに成長するための具体的な行動です。
$$("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")