I wrote a Tampermonkey script that hides the Admin Bar and disables any admin mark-up (pink fields) in OwnerRez so that you can more easily record Support Videos or Loom Videos and show clients only what they normally see.
The normal admin bar is replaced with a muted Green Bar to provide a clear visual that you are in Demo Mode.
Once the script is running, you can toggle it on and off by pressing D for Demo. (The D keypress is disabled if you are typing in a form field.)
Demo Mode now remembers its state as you move through the app and across page reloads.
The current version is v2.3 as of 11 Feb 2026.
Setup
- Install Tampermonkey (works on Chrome, Firefox, Edge, etc.).
- Go to the raw install link:
https://raw.githubusercontent.com/Steve-OwnerRez/ownerrez-demo-mode/main/ownerrez-demo-mode.user.js - Click Install when Tampermonkey prompts you.
- Refresh your OwnerRez tab and confirm Tampermonkey is active. You should see a red badge (1) on the Tampermonkey icon when on ownerrez.com.
Required Chrome Settings
If the script does not run, verify the following settings:
Allow User Scripts
- Open Chrome
- Click the three-dot menu (⋮)
- Click Extensions
- Find Tampermonkey
- Click Details
- Enable Allow User Scripts
Without this enabled, Tampermonkey will not execute scripts.
Allow in Incognito Mode (Recommended for Demos)
If you run OwnerRez in Incognito for impersonation or clean sessions:
- Open Chrome
- Click the three-dot menu (⋮)
- Click Extensions
- Click Details under Tampermonkey
- Toggle on Allow in Incognito
Chrome will warn that extensions may record browsing activity in Incognito. This is expected. By default, extensions do not run in Incognito mode unless explicitly enabled.
Updating
Tampermonkey automatically checks for updates once per day.
To manually trigger an update:
- Click the Tampermonkey icon
- Click Dashboard
- Go to the Utilities tab
- Click Check for userscript updates
If the script does not update, reinstall using the raw install link above.