Hybris HAC scripts usability fixes

ของเมื่อวันที่ 10-06-2020 ดู เวอร์ชันล่าสุด

/* ==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;}

}