Show Logger State in div block
// ==UserScript==
// @name Show Logger State
// @namespace cc QA
// @version 1.5
// @description Show Logger State in div block
// @author You
// @match */form/step-1/*
// @match */form/step-1
// @match */form/step-1*
// @match */form/step-2/*
// @match */form/step-3/*
// @match */writing-help
// @match */writing-help/*
// @match */writing-help*
// @match service.ivypanda.com.dev3
// @match service.ivypanda.com
// @match service.ivypanda.com.dev1
// @match service.ivypanda.com.dev2
// @grant none
// ==/UserScript==
(function() {
'use strict';
sessionStorage.setItem('ncwphpwlgrdemo', 'true');
})();