Skip to content

Advanced

GodKratos edited this page Oct 10, 2025 · 3 revisions

Advanced Features Overview

This page summarizes the three advanced capability groups. Each has its own dedicated page with full details and guidance.

1. History Deletion Containers

Isolated temporary containers that remove visited URLs from global history when the container is deleted. High privacy impact; use sparingly.

2. Cookie Injection

Configure specific cookies to be set for matching domain patterns in temporary containers (e.g., preference flags or lightweight auth tokens). Increases fingerprinting surface—avoid user/session unique values where possible.

3. Script Injection

Run custom JavaScript at document start/end/idle for matching domains inside temporary containers. Powerful but risky: injected code can read/modify all page data.

Related

Clone this wiki locally