(SO) Custom badges

to change SO badges

目前为 2018-04-27 提交的版本。查看 最新版本

// ==UserScript==
// @name        (SO) Custom badges
// @match       *://*.stackoverflow.com/*
// @grant       GM_addStyle
// @description to change SO badges
// @version 0.0.1.20180427163640
// @namespace https://gf.qytechs.cn/users/182332
// ==/UserScript==

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

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址