(SO) Custom badges

to change SO badges

Versión del día 27/04/2018. Echa un vistazo a la versión más reciente.

// ==UserScript==
// @name        (SO) Custom badges
// @match       *://*.stackoverflow.com/*
// @grant       GM_addStyle
// @description to change SO badges
// @version 0.0.2.20180427163641
// @namespace https://greasyfork.org/users/182332
// ==/UserScript==

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