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';