Reddit The Button Show Cheaters

Reddit The Button Show Cheaters -- Donate: - Fund-raising for my IT creations - https://pledgie.com/campaigns/28629 Donate through pledgie.com or PayPal -- https://flattr.com/profile/pushka - Donate through flattr.com

目前为 2015-04-24 提交的版本。查看 最新版本

// ==UserScript==
// @name        Reddit The Button Show Cheaters
// @namespace   english
// @description Reddit The Button Show Cheaters -- Donate: - Fund-raising for my IT creations -  https://pledgie.com/campaigns/28629 Donate through pledgie.com or PayPal --  https://flattr.com/profile/pushka - Donate through flattr.com
// @include     http*://*reddit.com/r/thebutton*
// @version     1.1
// @run-at      document-end
// @grant       GM_addStyle
// ==/UserScript==
// Main - Reddit The Button Show Cheaters
$(document).ready(function(){
var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = '.flair-cheater {  color: #7718AE;  background: #E5BBF4;}';
document.getElementsByTagName('head')[0].appendChild(style);
});