Hybris HAC scripts usability fixes

2020-06-10 기준 버전입니다. 최신 버전을 확인하세요.

/* ==UserStyle==
@name        Hybris HAC scripts usability fixes
@description:en Style to show the code, output & result at the same page in the HAC script runner
@namespace   github.com/openstyles/stylus
@version     1.0.0
@license     unlicense
==/UserStyle== */

@-moz-document regexp(".*/console/scripting.") {
  #tabs-edit {display: block !important;}
  #tabs-result {display: block !important;}
  #tabs-output {display: block !important;}

}