Skip to content

Instantly share code, notes, and snippets.

@hookbin
hookbin / cloudSettings
Last active August 15, 2019 02:54
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-08-15T02:53:59.692Z","extensionVersion":"v3.4.1"}
@hookbin
hookbin / jira-notify.js
Last active January 29, 2024 02:24
JIRA内容变化监测器
// ==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