Read Aloud Speedster

Set playback speed for Read Aloud on ChatGPT.com. Clicking the speed display opens a popup to save the default playback speed and toggle the square design. Also adds color-coded icons for copy, thumbs up, thumbs down, read aloud, and stop buttons. Highlight color for strong text is green in dark mode and violet in light mode.

< 脚本 Read Aloud Speedster 的反馈

提问 / 留言

§
发布于:2025-05-22

I noticed that the script's current CSS selector for hiding the "ChatGPT can make mistakes" warning text does not cover the following element on the page:

<div class="text-token-text-secondary relative mt-auto flex min-h-8 w-full items-center justify-center p-2 text-center text-xs md:px-[60px]">
  <div>ChatGPT can make mistakes. OpenAI doesn't use [xxx] workspace data to train its models.</div>
</div>

Could you please update the script to properly hide this element?

TimMacy作者
§
发布于:2025-05-22

I’m not sure what you mean—the selector you mentioned targets that <div> and hides it just fine on my end. You could try changing .relative.flex.min-h-8.w-full.items-center.justify-center.p-2.text-center.text-xs.text-token-text-secondary.md\:px-\[60px\] to div.text-token-text-secondary[class*="md:px-"]. If that doesn’t work, I’ll need more details to troubleshoot.

发布留言

登录以发布留言。