For Twitter Web UI:
- Using Noto Sans CJK JP
- Remove Messages tab
Authorjj1bdx
LicenseCC Zero
CategoryTwitter
Created
Updated
Code size481 B
Code checksum6972521f
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
For Twitter Web UI:
/* ==UserStyle==
@name 7/20/2022, 1:46:12 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Kenji Rikitake, JJ1BDX
==/UserStyle== */
@-moz-document domain("twitter.com") {
/* Change tweet font */
.css-901oao {
font-family: 'Noto Sans CJK JP' !important;
font-weight: 300;
}
/* remove Messages tab */
[data-testid="DMDrawer"] {
display: none;
}
}