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;}

}