Greasy Fork is available in English.
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.
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.
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
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:
Could you please update the script to properly hide this element?