Skip to content

Instantly share code, notes, and snippets.

@arfie
Created March 19, 2016 13:04
Show Gist options
  • Save arfie/b07bc120e64613057c12 to your computer and use it in GitHub Desktop.
Save arfie/b07bc120e64613057c12 to your computer and use it in GitHub Desktop.
TagPro - show flairs when zoomed out
// ==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