Skip to content

Instantly share code, notes, and snippets.

View dravek's full-sized avatar
💭
Moodling

David Carrillo dravek

💭
Moodling
  • Moodle HQ
  • Barcelona
View GitHub Profile
@dravek
dravek / gitlab.js
Last active October 27, 2023 14:50
Tampermonkey script to show gitlab links in Moodle tracker
// ==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 <davidmc@moodle.com>
// @match https://tracker.moodle.org/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=moodle.org
// @grant none
// ==/UserScript==