Skip to content

小説家になろう:退会者感想非表示 by KOUNO_Motoo

Details

AuthorKOUNO_Motoo

LicenseCC0

Categorysyosetu.com

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

「小説家になろう」の感想欄から、退会した方の感想を見えなくします。
質問板にそういう話が出ていて、個別は無理でも退会した方全員非表示ならなんとかなりそうと思って作ったものです。

Notes

2024/04/14 公開

Source code

/* ==UserStyle==
@name           小説家になろう:退会者感想非表示
@namespace      https://proxima.coomaru.com/
@version        1.0.0
@description    「小説家になろう」感想欄から退会済みの方の感想を非表示に
@author         Mule, KOUNO Motoo
@license        CC0
==/UserStyle== */

@-moz-document url-prefix("https://novelcom.syosetu.com/impression/list/") {
	/* 2024/04/02(火) */

	/* 退会済みの方の感想を非表示に */
	/* 投稿者の年齢や性別、投稿日時、(もしあれば)作者の返信などは表示します。 */
	/* すぐ下の行の最初と最後にあるスラッシュ(/)とアスタリスク(*)を消して保存すれば、投稿日時などもすべて消えます。 */
	/* div.waku:has(div.comment_authorbox div span.attention), */
	div.comment_h2:has(~ div.comment_authorbox div span.attention),
	div.comment:has(~ div.comment_authorbox div span.attention)
	{
		display: none;
	}
}

Reviews

No reviews yet.