Turns the issue color of closed issues from purple back to red - back reddish color icon for closed github issues.
These are all versions of this script. Show only the versions where the code changed.
fixed invalid wrote regex for `user.css`
test with many @-moz-document and regex /^https?:\\/\\/(www\\.)?github.com\\/[^\\/]+\\/[^\\/]+\\/issues.*$/
@-moz-document
/^https?:\\/\\/(www\\.)?github.com\\/[^\\/]+\\/[^\\/]+\\/issues.*$/
Repair timeline
Revert last change
Simplify based on obfuscatedgenerated css code
Better fix to glitched icon in closed issue - without break icon on a list of issues
Recover generic `user.js` version
Fixed glitched icon at end of issue - again was purple due remove inline style attr from code
Less cpu/gpu workaround for lack supported tabs.insertCSS() as long page use variable color-done-emphasis
tabs.insertCSS()
color-done-emphasis
Fixed icon with style="... !important" for Stylus type addons without support tabs.insertCSS()
style="... !important"
Show all script versions