RTL for google translate
G-Tr RTL by hatchou
Details
Authorhatchou
LicenseNo License
Categorygoogle translate
Created
Updated
Size326 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 gTr RTL
@version 20220611.09.12
@namespace userstyles.world/user/hatchou
@description RTL for google translate
@author hatchou
@license No License
==/UserStyle== */
@-moz-document domain("translate.goog") {
p{
direction: rtl;
text-align: justify;
}
}