Global RTL...
Global RTL by hatchou
Details
Authorhatchou
LicenseNo License
CategoryGlobal
Created
Updated
Size519 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 translate.goog
@version 20220529.17.58
@namespace userstyles.world/user/hatchou
@description rtl/font for google translate:
@author hatchou
@license No License
==/UserStyle== */
@-moz-document url-prefix("ftp://"), url-prefix("file://"), url-prefix("about"), url-prefix("javascript"), regexp("https?://(?!(www.your-sites-here.com|forum.example.com)).*") {
p,a,li,lu,h1{
direction: rtl;
text-align: center;
-webkit-text-stroke: 0.1px;
}
}