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 Zendesk signature remover | |
// @namespace http://tampermonkey.net/ | |
// @description Remove annoying e-mail signatures from Zendesk comments | |
// @version 0.1 | |
// @author patrik | |
// @match YOUR_MATCH_HERE... | |
// @grant none | |
// ==/UserScript== |
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 BitBucket PR merge message fix | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Fix merge messages in BitBucket when merging pull requests to conform Git standard | |
// @author patrik | |
// @match https://bitbucket.org/*/*/pull-requests/*/* | |
// @grant none | |
// ==/UserScript== |