Disable Big Bird Instructions

disable instructions by default

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name        Disable Big Bird Instructions
// @namespace   localhost
// @author      zingy
// @description disable instructions by default
// @include     *
// @version     3.14
// ==/UserScript==

document.getElementById('foo').style.display = 'none';