Hide Chris Hart Instructions

disable instructions by default

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

// ==UserScript==
// @name        Hide Chris Hart Instructions
// @namespace   localhost
// @author      zingy
// @description disable instructions by default
// @include     *
// @version     0.3
// ==/UserScript==

document.getElementsByClassName('panel panel-primary')[0].style.visibility='hidden';