This file contains hidden or 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 Generate hyperlinks for Jira, Gitlab, ServiceNow or drupal.org and copy to clipboard | |
// @namespace https://gist.github.com/fengtan/4493530e0989b896692d3804937e17a9 | |
// @version 1.0 | |
// @description View a page on Jira, Gitlab, ServiceNow or drupal.org, and then hit Alt+M or Alt+J: this will build a markdown or jira-formatted hyperlink to the clipboard | |
// @author fengtan | |
// @include *gitlab* | |
// @include *jira*/browse/* | |
// @include *jira*/issues/* | |
// @include *.service-now.com/* |