(SO) Custom badges

to change SO badges

Per 27-04-2018. Zie de nieuwste versie.

// ==UserScript==
// @name        (SO) Custom badges
// @match       *://*.stackoverflow.com/*
// @grant       GM_addStyle
// @description to change SO badges
// @version 0.0.2.20180427163645
// @namespace https://greatest.deepsurf.us/users/182332
// ==/UserScript==

GM_addStyle("\
span.badge1 { background: url(https://image.ibb.co/mARpDc/Untitled123.png); width: 6px; }\
span.badge2 { background: url(https://image.ibb.co/mARpDc/Untitled123.png); width: 6px; }\
span.badge3 { background: url(https://image.ibb.co/mARpDc/Untitled123.png); width: 6px; }\
.topbar span.badge1 { width: 6px; }\
.topbar span.badge2 { width: 6px; }\
.topbar span.badge3 { width: 6px; }\
");