(SO) Custom badges

to change SO badges

Pada tanggal 27 April 2018. Lihat %(latest_version_link).

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

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