hide stack blot

hide stackoverflow cancer

נכון ליום 10-01-2019. ראה הגרסה האחרונה.

// ==UserScript==
// @name hide stack blot
// @description hide stackoverflow cancer
// @version 0.01
// @namespace Violentmonkey Scripts
// @match https://stackoverflow.com/questions/*
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle (".left-sidebar, .post-form, .site-footer--container {display:none;}")