Skip to content

Instantly share code, notes, and snippets.

View frenchtoast747's full-sized avatar

Aaron Boman frenchtoast747

View GitHub Profile
@qtip
qtip / hot_network_questions_blocker.user.js
Created March 25, 2014 22:13
Stack exchange is a great productivity boost. The "Hot Network Questions" bar undoes that boost.
// ==UserScript==
// @match http://stackoverflow.com/*
// @match https://stackoverflow.com/*
// @match http://serverfault.com/*
// @match https://serverfault.com/*
// @match https://*.stackexchange.com/*
// @match http://*.stackexchange.com/*
// ==/UserScript==
document.querySelector("#hot-network-questions").style.display = "none";