您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
调整评论区ip和时间的间距
当前为
/* ==UserStyle== @name 调整归属地样式间距 5px @description 调整评论区ip和时间的间距 @license MIT @version 20240418.05.54 @namespace https://userstyles.world/user/mscststs @author mscststs ==/UserStyle== */ @-moz-document domain("www.bilibili.com"), domain("t.bilibili.com") { .comment .reply-time, .comment .sub-reply-time { margin-right: 5px !important; } }