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 Gitlab WP link | |
// @namespace https://tracker.moodle.org/ | |
// @version 0.1 | |
// @description Show gitlab MRs for the current issue (based on previous script from tracker) | |
// @author David Carrillo <[email protected]> | |
// @match https://tracker.moodle.org/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=moodle.org | |
// @grant none | |
// ==/UserScript== |