Skip to content

Instantly share code, notes, and snippets.

@mimikun
Last active March 9, 2021 05:38
Show Gist options
  • Save mimikun/54094ec6aea43135c4b042f4813d678e to your computer and use it in GitHub Desktop.
Save mimikun/54094ec6aea43135c4b042f4813d678e to your computer and use it in GitHub Desktop.
まとめサイトのコメント非表示にするUserCSS
/* ==UserStyle==
@name matome-hide-comments
@namespace https://gist.github.com/mimikun/54094ec6aea43135c4b042f4813d678e
@version 1.0.0
@description まとめサイトのコメントを非表示にするやつ
@author mimikun
==/UserStyle== */
@-moz-document url-prefix("https://genshinnews.apexlegends-leaksnews.com/"),
url-prefix("https://apexlegends-leaksnews.com/"),
url-prefix("https://genshinnews.jp/"),
url-prefix("https://apexlegends-news.com/") {
#comment-area {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment