Cold Network Questions

Hides the Hot Network Questions sidebar on Stack Exchange and Stack Overflow; it's just so distracting!

اعتبارا من 20-09-2015. شاهد أحدث إصدار.

// ==UserScript==
// @name        Cold Network Questions
// @namespace   kunaifirestuff
// @description Hides the Hot Network Questions sidebar on Stack Exchange and Stack Overflow; it's just so distracting!
// @include     *stackexchange.com/*
// @include     *stackoverflow.com/*
// @include     *superuser.com/*
// @version     3
// @grant       none
// ==/UserScript==

var element = document.getElementById("hot-network-questions");
element.outerHTML = "";