Skip to content

Instantly share code, notes, and snippets.

@frm
Created March 26, 2016 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frm/6aa71dfa49edf1c5b4b2 to your computer and use it in GitHub Desktop.
Save frm/6aa71dfa49edf1c5b4b2 to your computer and use it in GitHub Desktop.
Get zoomed out flairs when spectating in TagPro
// ==UserScript==
// @name TagPro Spectator Zoomed Out Flairs
// @version 0.1
// @author Daemien
// @include http://*.newcompte.fr:*
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// ==/UserScript==
/* jshint -W097 */
'use strict';
tagpro.ready(function() {
tagpro.renderer.zoomThreshold = Number.MAX_SAFE_INTEGER;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment