Greasy Fork 还支持 简体中文。

Dreamwidth - Manageable pagination divs

Makes them smoller

目前為 2025-04-24 提交的版本,檢視 最新版本

/* ==UserStyle==
@name        Dreamwidth - Manageable pagination divs
@description Makes them smoller
@version     1.0
@namespace   https://greasyfork.org/users/3759
@license     CC0
==/UserStyle== */

@-moz-document regexp("^https?://[-\\w]+\\.dreamwidth\\.org/.*") {
.pagination {
    max-height: 200px;
    overflow: scroll;
}

ul.pages {
    width: 100% !important;
}
}