Sessions
Analytics
Unique Fingerprints
Notifications
Telegram Bot
Configure your bot token and chat ID. Get token from
@BotFather.
Cookie Rules
Notify when a cookie key matches the pattern. Sends message + Netscape file.
Message Templates
Use any placeholder name in curly braces — for example
{user}, {koko424}, or nested paths
{data.id}. Names come from your URL rule's
Extract keys or Mapping.
Reserved system placeholders (always available):
{session_id} {url} {method}.
URL Rules
Notify when a navigation, fetch, or XHR URL contains the pattern. Optionally extract fields from request/response and render a template.
Marketing Pixels
Enable and configure marketing pixels. When enabled, the code
is automatically injected into the <head> of your mirrored site.
No code changes required.
Meta (Facebook) Pixel
Loads fbevents.js and fires PageView automatically.
Custom events can be tracked via fbq('track', 'EventName').
Google Analytics / Tag Manager
Auto-detects format:
G-XXXXXXXXXX → GA4 (gtag.js),
GTM-XXXXXXX → Google Tag Manager.
Edits
DOM edits made with the revpx editor on mirrored pages.
You can review what is applied, change or delete an edit here.
New edits can only be added from the on-page editor.
Scripts
User scripts that the editor injects into every mirrored page. inline — runs the code directly; defer/async/blocking — loads from a URL. Scripts apply to every new visit after saving.