
X(旧Twitter)のツイートを無料で全削除!AIに聞いたAPI不要の裏ワザ
XのAPI有料化(完全従量課金制)の壁を突破!AIに教えてもらった、ブラウザコンソールを使った完全無料の全削除テクニックと、アカウント凍結リスクを回避する注意点を解説します。

XのAPI有料化(完全従量課金制)の壁を突破!AIに教えてもらった、ブラウザコンソールを使った完全無料の全削除テクニックと、アカウント凍結リスクを回避する注意点を解説します。

「昨日まで動いていたツールが突然止まった!」に動じない自走力を手に入れる最終回。壊れることを前提としたparser.jsの独立設計や、UI変更時にAIへ的確に修正指示を出す手順を伝授。AIに丸投げせずツールを安全に維持・運用する思考法をまとめました。

The final installment on gaining the self-reliance to remain unfazed even when 'the tool that worked yesterday suddenly stops'! I'll teach you the independent design of parser.js (assuming it will break) and the steps to give precise fix instructions to AI when the UI changes. Here's a summary of the thinking process to safely maintain and operate tools without completely leaving everything to AI.

Gemini会話ログ保存ツールの全自動化に挑戦(第3回)。1.5秒ごとの定期実行によるリスクを回避し、相手のサーバーに負担をかけないスマートなDOM監視処理(MutationObserver)を構築した経緯を詳述。人間がリスクを指摘し、AIに安全な代替案を出させる思考法を伝えます。

Taking on the challenge of fully automating the Gemini chat log saver (Part 3). I detail the process of avoiding the risks of periodic execution every 1.5 seconds, and building a smart DOM monitoring process (MutationObserver) that doesn't burden the other party's server. I'll share the thinking process of having the human point out risks and making the AI come up with safe alternatives.

スプレッドシート保存の「長文やコードが読みにくい」課題を解決!GASを拡張し、GoogleドライブへMarkdown(.md)ファイルを自動生成する仕組みを構築しました。改行バグをAIと修正したプロセスや、画面変更に強い「壊れにくい設計」の工夫を解説します。