Created
March 26, 2016 11:38
-
-
Save frm/6aa71dfa49edf1c5b4b2 to your computer and use it in GitHub Desktop.
Get zoomed out flairs when spectating in TagPro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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