Make the ChatGPT prompt right-to-left (RTL).
ChatGPT Prompt Rtl by hamidrezaramzani

Details
Authorhamidrezaramzani
LicenseNo License
Categoryuserstyles
Created
Updated
Code size452 B
Code checksum3572a84b
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ChatGPT Prompt Rtl
@version 20250101.18.06
@namespace https://userstyles.world/user/hamidrezaramzani
@description Make the ChatGPT prompt right-to-left (RTL).
@author hamidrezaramzani
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://chatgpt.com/") {
#prompt-textarea{
direction: rtl !important;
}
#prompt-textarea .placeholder {
text-align: left;
}
}