t_wの輪郭

Feedlyでフォローするボタン
生成振り返り
あれt_wの輪郭から振り返り用のHTMLを取得するスニペット
$$("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")

あれ

2025/3/10 2:32:00

Gemini Deep Researchにやらせりゃいいじゃん。

ということでプロンプト:

↓を読んで、三月の振り返りを生成して
https://towasys.com/ 

やってみたけどダメだった。