0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

小説家になろうの新着の感想を消す方法

Posted at

はじめに

iPhoneのSafariブラウザで、
25年1月末頃に実装された小説家になろうの小説ページ下部の新着の感想を消す方法になります
新着の感想

環境
iOS18.3.1

流れ

ストアから以下のアプリをダウンロード(無料)
Makeover - Custom CSS

ダウンロード後は
設定→アプリ→Safari→機能拡張→Makeover Custom CSSを有効にし、アクセス権を設定

小説家になろうの適当な小説ページを開き、画面端のあぁ(リーダーモード)を開き、
Makeoverを押します
リーダーモード

Makeoverの画面を開いたら以下のコードを入力します

div [class="p-new-impression"]{
display: none !important;
}

Makeover
ページを再読み込みすると反映されます

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?