Make text right to left better!
grok.com for persian Users by Astroy

Details
AuthorAstroy
LicenseNo License
Categorygrok.com
Created
Updated
Code size472 B
Code checksum3cfffe11
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
It's better, to in Gork settings set a custom prompt that, says, 'Just answer in Persian'
Source code
/* ==UserStyle==
@name grok.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("grok.com") {
.break-words {
direction: rtl;
text-align: right;
}
.not-prose {
direction: ltr;
text-align: left;
}
span[style="color: rgb(92, 99, 112); font-style: italic;"] {
direction: rtl ;
unicode-bidi: embed
}
}