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== | |
// @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"; |