Hacker News Better Ghosted Comments

Makes ghosted comments easier to read, but still obviously ghosted/different.

  1. // ==UserScript==
  2. // @name Hacker News Better Ghosted Comments
  3. // @namespace http://github.com/shmup
  4. // @description Makes ghosted comments easier to read, but still obviously ghosted/different.
  5. // @include https://news.ycombinator.com/item?id=*
  6. // @include http://news.ycombinator.com/item?id=*
  7. // @include https://news.ycombinator.com/threads?id=*
  8. // @include http://news.ycombinator.com/threads?id=*
  9. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
  10. // @version 1.0
  11. // ==/UserScript==
  12.  
  13. var foregroundColor = '#9016c9';
  14. var ghostedComments = $('.cdd, .cdd a');
  15.  
  16. ghostedComments.css({
  17. 'color': foregroundColor,
  18. });

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址