ChatGPT RTL is a UserScript which modifies the interface of ChatGPT to fix the direction of RTL (right-to-left) languages, such as Persian, Hebrew, and Arabic. It ensures that text elements containing RTL languages are displayed correctly from right to left.
- Install a UserScript manager extension for your browser. (Example: Tampermonkey, Greasemonkey)
- Click here to install the ChatGPT RTL UserScript.
- If the installation doesn't start automatically, you can right-click the link, select "Save Link As...", and save the file with a
.user.js
extension.
- If the installation doesn't start automatically, you can right-click the link, select "Save Link As...", and save the file with a
- Follow the instructions provided by your UserScript manager to install the UserScript.
Once the UserScript is installed, it will automatically run on the ChatGPT website (https://chat.openai.com). It will detect RTL text and modify the corresponding elements to display the text correctly from right to left.
The idea for came from my friend HamidShahabi. You can find his GitHub profile here.