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?

Qiitaの記事ページ下部にあるトレンド記事欄を消すカスタムCSS

Posted at

手順

お使いのブラウザにStylebot等の適当なカスタムCSS拡張機能をインストールし、以下のコードをqiita.comに適用する。

CSS
article + div > section:first-child + section {
  display: none;
}

なんでこんなこと?

胡散臭い記事ばっかり表示されているから。

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?