您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
An optional supplement to the "GitHub Red Issues" script/style.
当前为
/* ==UserStyle== @name GitHub Red Issues optional supplement @namespace github.com/openstyles/stylus @version 7.0.0 @description An optional supplement to the "GitHub Red Issues" script/style. @author krystian3w @license CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ ==/UserStyle== */@@-moz-document domain("github.com") { /* that is not correct "red github issues" idea, so I override to own green and gray: */ div.gh-header-meta div:has(.octicon-issue-opened) ~ div :is(tracked-issues-progress svg, svg[data-target="tracked-issues-progress.progress"]) > circle:last-child { stroke: var(--color-open-emphasis) !important; /* stroke: #347d39 !important; */ } div[aria-label="Issues"] div[id^="issue_"]:has(.octicon-issue-opened) :is(tracked-issues-progress svg, svg[data-target="tracked-issues-progress.progress"]):not(.octicon-issue-closed) > circle:last-child { stroke: var(--color-open-emphasis) !important; /* stroke: #347d39 !important; */ } /* that is not red github issues */div.gh-header-meta div:has(.octicon-skip) ~ div :is(tracked-issues-progress svg, svg[data-target="tracked-issues-progress.progress"]) > circle:last-child { stroke: var(--color-fg-muted) !important; /* stroke: #768390 !important; */ } div[aria-label="Issues"] div[id^="issue_"]:has(.octicon-skip) :is(tracked-issues-progress svg, svg[data-target="tracked-issues-progress.progress"]):not(.octicon-issue-closed) > circle:last-child { stroke: var(--color-fg-muted) !important; /* stroke: #768390 !important; */ } }