Skip to content

Instantly share code, notes, and snippets.

@shu8
Created July 12, 2015 12:08
Show Gist options
  • Save shu8/b1296d500b48161b2284 to your computer and use it in GitHub Desktop.
Save shu8/b1296d500b48161b2284 to your computer and use it in GitHub Desktop.
A userscript that adds the popup for related tags shown on the tag wiki pages.
// ==UserScript==
// @name Enable tag popup on tag wiki pages
// @namespace http://stackexchange.com/users/4337810/
// @version 1.0
// @description A userscript that adds the popup for related tags shown on the tag wiki pages.
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/)
// @match *://*.stackexchange.com/tags/*
// @match *://*.stackoverflow.com/tags/*
// @match *://*.superuser.com/tags/*
// @match *://*.serverfault.com/tags/*
// @match *://*.askubuntu.com/tags/*
// @match *://*.stackapps.com/tags/*
// @match *://*.mathoverflow.net/tags/*
// @grant none
// ==/UserScript==
$('.no-tag-menu').removeClass('no-tag-menu');
@shu8
Copy link
Author

shu8 commented Jul 12, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment