enabling RTL (Right-To-Left) text direction toggle
< Feedback on chatgpt-rtl-toggle
For this one, I think you need to change match to properly work, currently it doesn't work on Chatgpt main page:// @match https://chatgpt.com/*This one may be better to just be safe:// @match *://*.chatgpt.com/*// @match *://*.openai.com/*
Sign in to post a reply.
For this one, I think you need to change match to properly work, currently it doesn't work on Chatgpt main page:
// @match https://chatgpt.com/*
This one may be better to just be safe:
// @match *://*.chatgpt.com/*
// @match *://*.openai.com/*