Hide Chris Hart Instructions

disable instructions by default

目前为 2014-08-16 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name Hide Chris Hart Instructions
  3. // @namespace localhost
  4. // @author zingy
  5. // @description disable instructions by default
  6. // @include *
  7. // @version 0.34
  8. // ==/UserScript==
  9.  
  10. document.getElementsByClassName('panel panel-primary')[0].style.display='none';