Greasy Fork is available in English.

YouTube - Hide Video Comments

YouTube comments only exist to cause stress, so get rid of them.

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
  1. /* ==UserStyle==
  2. @name YouTube - Hide Video Comments
  3. @version 2.0.1
  4. @description YouTube comments only exist to cause stress, so get rid of them.
  5. @author XerBlade
  6. @namespace https://greatest.deepsurf.us/users/761164
  7. @license GPL-3.0
  8. ==/UserStyle== */
  9.  
  10. @-moz-document url-prefix("https://www.youtube.com/watch") {
  11. #comments, #comment-teaser {
  12. display: none;
  13. }
  14. }