Skip to content

Instantly share code, notes, and snippets.

@luka-papez
luka-papez / GitlabColorLog.js
Last active May 23, 2022 12:53
GitlabColorLog
// ==UserScript==
// @name GitlabColorLog
// @namespace http://tampermonkey.net/
// @version 0.1
// @description This scripts will highlight lines containing errors on Gitlab build logs.
// @description You can also use the keys ArrowLeft-ArrowRight to scroll between errors.
// @author lpapez
// @match https://gitlab.com/refurbed/platform/-/jobs/*
// @grant none
// ==/UserScript==