Skip to content

Persian for chatgpt.com in response by msn60 by msn60

Details

Authormsn60

LicenseNo License

Categorychatgpt.com

Created

Updated

Size428 B

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.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("chatgpt.com") {
    /* Insert code here... */
    .markdown {
        direction: rtl;
        text-align: right;
        
    }
    
    .markdown pre {
        direction: initial;
        text-align: left;
        
    }
}

Reviews

No reviews yet.