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 Add link to Jira on Github PR | |
| // @version 0.3.0 | |
| // @author Nathan Marcos | |
| // @match https://github.com/trivago/*/pull/* | |
| // @run-at document-end | |
| // ==/UserScript== | |
| (function () { | |
| 'use strict'; |
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 Single sign-on to trivago N.V. on GitHub | |
| // @namespace http://nathanmarcos.com | |
| // @version 0.1 | |
| // @description Click to continue button on single sign-on page on github | |
| // @author Nathan Marcos | |
| // @match https://github.com/trivago/* | |
| // ==/UserScript== | |
| (function () { |