(SO) Custom badges

to change SO badges

Verze ze dne 27. 04. 2018. Zobrazit nejnovější verzi.

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

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