你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/528005-chatgpt-rtl-toggle/discussions/304395,源站連結 點此以跳轉。
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
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/*