Show Logger State

Show Logger State in div block

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

// ==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');
})();