@lueluelue 在 ChatGPT官网自动朗读最后一条对话 中发帖
// ==UserScript==
// @name ChatGPT Auto Read Aloud
// @namespace http://tampermonkey.net/
// @version 1.8
// @description GPT回复完成后自动点击朗读按钮
// @author schweigen
// @license MIT
// @match https://chatgpt.com/*
// @grant GM_registerMenuCommand
// @grant GM_setValue
// @grant GM_getValue
// @run-at document-end
// @downloadURL https://upd...