|
|
@ -3,7 +3,7 @@ |
|
|
|
// @name GitHub Actions notifications
|
|
|
|
// @description Enable desktop notifications for GitHub Actions updates
|
|
|
|
// @grant GM_notification
|
|
|
|
// @version 1.0.1
|
|
|
|
// @version 1.0.2
|
|
|
|
// @author KaKi87
|
|
|
|
// @license GPL-3.0-or-later
|
|
|
|
// @namespace https://git.kaki87.net/KaKi87/userscripts/src/branch/master/GitHubActionsNotifications
|
|
|
@ -17,7 +17,7 @@ const |
|
|
|
const |
|
|
|
svgClassList = el.querySelector('svg').classList, |
|
|
|
titleLink = el.querySelector('a'); |
|
|
|
if(svgClassList.contains('octicon-check')) |
|
|
|
if(svgClassList.contains('octicon-check-circle-fill')) |
|
|
|
status = 'success'; |
|
|
|
if(svgClassList.contains('octicon-x-circle-fill')) |
|
|
|
status = 'failure'; |
|
|
|