Guest User

Tagpro: Hide Flair

a guest
Jun 16th, 2015
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         Hide Flair
  3. // @include      http://tagpro-*.koalabeast.com*
  4. // @include      http://tangent.jukejuice.com*
  5. // @include      http://*.newcompte.fr*
  6. // @include      http://*.newcompte2.fr*
  7. // @version      0.1
  8. // @description  Hide your and other users' flair
  9. // @author       Some Ball -1
  10. // @match        http://www.reddit.com/r/TagPro/comments/2x9y7t/is_there_a_way_to_hide_players_flair/
  11. // @grant        none
  12. // ==/UserScript==
  13.  
  14. tagpro.ready(function wait() {
  15.     if(!tagpro.renderer || !tagpro.renderer.drawFlair) return setTimeout(wait,10);
  16.     tagpro.renderer.drawFlair = function() {};
  17. });
Add Comment
Please, Sign In to add comment