When using pixiv's dark theme, you can suppress the prominent scrollbar color and design.
pixivのダークテーマを使っているとき、スクロールバーの色とデザインを抑えます。
pixiv Darktheme Scrollbar by mihachika

Details
Authormihachika
LicenseCC0 1.0
Categorypixiv.net
Created
Updated
Code size596 B
Code checksum99ea4822
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
1.1.0 - 2025/04/03
色が更に暗くなりました。不要な記述を減らしてシンプルにしました。
1.0.0 - 2022/02/19
公開しました
Source code
/* ==UserStyle==
@name pixiv Darktheme Scrollbar
@description pixivでダークテーマを使っているとき、スクロールバーをおしゃれでスマートにする
@namespace https://userstyles.world/user/mihachika
@version 1.1.0
@license CC0 1.0
@author Mihachika
==/UserStyle== */
@-moz-document url-prefix("https://www.pixiv.net/") {
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track {
background: #333;
}
::-webkit-scrollbar-thumb {
background: #666;
border-radius: 10px;
}
}