This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-08-15T02:53:59.692Z","extensionVersion":"v3.4.1"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name JIRA内容变化监测器 | |
// @namespace https://www.hookbin.top | |
// @version 1.2 | |
// @description 监测JIRA内容是否发生变化,并发送浏览器通知 | |
// @match http://jira.ecarxgroup.com/* | |
// @match https://jira.ecarxgroup.com/* | |
// @updateURL https://gist.githubusercontent.com/hookbin/2c769fac974ce412578036c543db7fd1/raw/c566548164ecf3faf79ac70c84b678184dfb63ce/jira-notify.js | |
// @downloadURL https://gist.githubusercontent.com/hookbin/2c769fac974ce412578036c543db7fd1/raw/c566548164ecf3faf79ac70c84b678184dfb63ce/jira-notify.js | |
// @grant GM_xmlhttpRequest |