【聊天室反引用刷屏(用户样式版)】

在hackchat聊天室、十字街聊天室、XChat(圈聊)聊天室增大引用块宽度,防止markdown生成的blockquote标签大量堆叠后产生刷屏现象。存在副作用,会一定程度上破坏引用块的外观。

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

/* ==UserStyle==
@name 【聊天室反引用刷屏(用户样式版)】
@namespace http://tampermonkey.net/
@version      0.3
@description  在hackchat聊天室、十字街聊天室、XChat(圈聊)聊天室增大引用块宽度,防止markdown生成的blockquote标签大量堆叠后产生刷屏现象。存在副作用,会一定程度上破坏引用块的外观。
@author firetree
@license WTFPL
==/UserStyle== */
@-moz-document domain("hack.chat"),domain("crosst.chat"),domain("xq.kzw.ink"),domain("tanchat.fun") {
    blockquote {
        padding: 2px 2px;margin: 0px;
    }
}