Skip to content

Twitter Web UI with Noto Sans CJK JP and removing messages tab by jj1bdx

Details

Authorjj1bdx

LicenseCC Zero

CategoryTwitter

Created

Updated

Size481 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

For Twitter Web UI:

  • Using Noto Sans CJK JP
  • Remove Messages tab

Notes

Userstyle doesn't have notes.

Source code

/* ==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;
	}
}

Reviews

No reviews yet.