Greasy Fork is available in English.

Facebook 2020 larger fonts and width

larger fonts and wider layout in profile and groups page

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
/* ==UserStyle==
@name        Facebook 2020 larger fonts and width
@description larger fonts and wider layout in profile and groups page
@version     0.0.1
@namespace jm
==/UserStyle== */


@-moz-document domain("facebook.com") {

* {font-size: inherit !important;}
    body {
        font-size: 18px !important;
    }

.ecyo15nh {
width: 900px !important;
}
.oh7imozk {
width: 900px !important;
}
.qmfd67dx {
max-width: 900px !important;
}
.gile2uim {
flex-basis: 900px !important;
}

}