zz Reddit The Button Show Cheaters

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

  1. // ==UserScript==
  2. // @name zz Reddit The Button Show Cheaters
  3. // @namespace english
  4. // @description Reddit The Button Show Cheaters by editing the flair - pink with purple text
  5. // @include http*://*reddit.com/r/thebutton*
  6. // @version 1.12
  7. // @run-at document-end
  8. // @grant GM_addStyle
  9. // ==/UserScript==
  10.  
  11. // Main - Reddit The Button Show Cheaters
  12.  
  13.  
  14. var style = document.createElement('style');
  15. style.type = 'text/css';
  16. style.innerHTML = '.flair-cheater { color: #7718AE; background: #E5BBF4;}';
  17. document.getElementsByTagName('head')[0].appendChild(style);
  18.  

QingJ © 2025

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