enabling RTL (Right-To-Left) text direction 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/*
thanks sir
updated
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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/*