GitHub Red Issues

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

נכון ליום 14-09-2025. ראה הגרסה האחרונה.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

יוצר
krystian3w
דירוגים
0 0 0
גרסה
10.3.0
נוצר
30-10-2021
עודכן
14-09-2025
Size
6.23 קילו-בייט
תאימות
תאימות ל-Firefox תאימות ל-Chrome תאימות ל-Opera תאימות ל-Safari תאימות ל-Edge
רישיון
CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
חל על

Reverts closed issues from purple to red on:

  • Issues
  • Pulls
  • Discussions
  • Hovercards
  • Search
  • Subscriptions
  • Project boards
  • Project tables

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. In older versions, native has may have execution errors (therefore, it is worth considering upgrading to a newer version of Firefox instead of using the outdated or conservative ESR 115 experimental preference).

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:

Due to a user script failure in Tampermonkey and Violentmonkey, I am deactivating this form of subscription for the time being (perhaps there are errors in my regex). I'm not planning on debugging, just checking if removing regex support is enough to restore functionality in Tampermonkey and Violentmonkey.