hide stack blot

hide stackoverflow cancer

2019/01/10のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==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;}")