Greasy Fork

Greasy Fork is available in English.

Read Aloud Speedster

Set playback speed for Read Aloud on ChatGPT.com, navigate between messages, choose a custom avatar by entering an image URL, and open a settings menu by clicking the speed display to toggle additional UI tweaks. Features include color-coded icons under ChatGPT's responses, highlighted color for bold text, compact sidebar, square design, and more.

< 脚本 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.

§
发布于:2025-07-12

I’m not sure what you mean—the selector you mentioned targets that

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.

Thanks bro, my bad

发布留言

登录以发布留言。