Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View kwiniarski97's full-sized avatar
🤘

Karol Winiarski kwiniarski97

🤘
View GitHub Profile
// ==UserScript==
// @name Avatar Next To Name In PR
// @namespace http://tampermonkey.net/
// @version 0.1
// @description This extension make author's name more recognizable in PR view as it adds a user avatar next to username. Also adds a underline to username.
// @author kwiniarski97
// @match https://github.com/*/pulls
// @grant none
// ==/UserScript==
@kwiniarski97
kwiniarski97 / colored-labels.user.js
Last active November 23, 2020 12:41
Color Labels JIRA Board - Tempermonkey.
// ==UserScript==
// @name Color Labels JIRA Board
// @namespace http://tampermonkey.net/
// @version 0.1
// @description It colors the labels in JIRa.
// @author kwiniarski97
// @match *.atlassian.net/secure/RapidBoard.jspa*
// @grant none
// ==/UserScript==