GitHub Red Issues

Turns the issue color of closed issues from purple back to red - back reddish color icon for closed github issues.

2025/03/10のページです。最新版はこちら。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
krystian3w
評価
0 0 0
バージョン
9.3.0
作成日
2021/10/30
更新日
2025/03/10
大きさ
5.78KB
互換性
Firefox への互換性あり Chrome への互換性あり Opera への互換性あり Safari への互換性あり Edge への互換性あり
ライセンス
CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
対象サイト

Reverted closed issues from purple to red on:

  • Pinned issues
  • Issue hover cards
  • Issue/pull timelines
  • Issues tab
  • Subscriptions list
  • Search
  • Project boards
  • Project tables
  • Discussions
  • Tasklist

In some/rare instances the icon may be purple due to static assets being used or not convertible from extension JS to CSS4.

CSS4 now required:

For Firefox (Firefox below 121):

that userCSS now requires layout.css.has-selector.enabled flag to be enabled in about:config.

For Chromium/Safari:

With the implementation of using :has() from CSS4, Stylus style stops working well for Chromium older than 103-105 and Safari 15.4.

JS conversion bugs:

If the automatically generated userScript after release 7.0.0+ does not work well then I recommend switching to the CSS version for Stylus.