Reddit The Button Show Cheaters

Reddit The Button Show Cheaters by editing the flair - pink with purple text

目前為 2015-07-28 提交的版本,檢視 最新版本

// ==UserScript==
// @name        Reddit The Button Show Cheaters
// @namespace   english
// @description Reddit The Button Show Cheaters by editing the flair - pink with purple text 
// @include     http*://*reddit.com/r/thebutton*
// @version     1.8
// @run-at document-start
// @grant       GM_addStyle
// ==/UserScript==

// Main - Reddit The Button Show Cheaters


var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = '.flair-cheater {  color: #7718AE;  background: #E5BBF4;}';
document.getElementsByTagName('head')[0].appendChild(style);

QingJ © 2025

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