Created
March 19, 2016 13:04
-
-
Save arfie/b07bc120e64613057c12 to your computer and use it in GitHub Desktop.
TagPro - show flairs when zoomed out
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 show flairs when zoomed out | |
// @version 0.1 | |
// @author Ruud | |
// @include http://tagpro-*.koalabeast.com:* | |
// @include http://*.newcompte.fr:* | |
// @include http://tangent.jukejuice.com:* | |
// ==/UserScript== | |
/* jshint -W097 */ | |
'use strict'; | |
tagpro.renderer.zoomThreshold = Float.MAX_SAFE_INTEGER; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment