← All posts

Guides

TEMP vs persistent window — when to use which in JustZix

JustZix has four types of on-page dev windows. Each one opens in two ways: as a persistent pane tied to a rule, or as an ephemeral TEMP pane summoned by a shortcut. The choice is not always obvious — this article gives you a simple decision model.

Two modes of the same window

CSS pane, JS pane, JS Console, Output Console — these are the same four windows regardless of how you open them. Only their lifecycle differs.

TraitPersistent paneTEMP pane
Born froma rule in the extension panela shortcut Ctrl+Alt+G/H/J/K
Lives inchrome.storagethe tab's sessionStorage
After reloadreturnsgone
Sync / backupyesno
How many at onceas many as you likemax one per type
Colorby typeseparate TEMP palette

Persistent pane — when you use it regularly

A persistent pane is an investment: you create it once, tie it to a URL pattern, and it returns every time you visit a matching page. Pick it when:

TEMP pane — when it is a one-off

A TEMP pane is a handheld tool: pull it out, use it, put it back. Pick it when:

Rule of thumb

Ask yourself one question: will I need this after the page reloads?

When in doubt, start with TEMP. Promoting up is cheap; cleaning up an unneeded rule is not.

Promoting TEMP into persistent

Caught yourself typing the same TEMP code a third time? Time for a rule:

  1. Select and copy the TEMP window's content (a plain Ctrl+C in the editor).
  2. Open the extension panel, create a rule with the right URL pattern.
  3. Paste the code, enable the window of that type on the rule.
  4. Close the TEMP — from now on the window returns on its own.

Pitfalls

See also

Install JustZix — and choose deliberately: ephemeral or persistent.

Rate this post

No ratings yet — be the first.

Try it yourself

Install JustZix and paste any snippet from this article. Two minutes from zero to a working rule across all your devices.

Get JustZix

Features · How it works · Examples · Use cases