Disable Big Bird Instructions

disable instructions by default

  1. // ==UserScript==
  2. // @name Disable Big Bird Instructions
  3. // @namespace localhost
  4. // @author zingy
  5. // @description disable instructions by default
  6. // @include *
  7. // @version 3.14
  8. // ==/UserScript==
  9.  
  10. document.getElementById('foo').style.display = 'none';