Default Tamer supports opening URLs in private/incognito mode for most major browsers. This feature works on a per-rule basis, allowing you to automatically open certain links privately while keeping others in normal mode.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/0xdps/default-tamer/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
When you enable “Open in Private Mode” for a rule, Default Tamer passes browser-specific command-line flags to launch the URL in a private window.Private mode is configured per-rule. You can have some rules open URLs normally while others use private mode, even for the same browser.
Supported Browsers
Default Tamer uses the following command-line flags for each browser:- Chrome
- Firefox
- Edge
- Brave
- Opera
- Vivaldi
Flag: Opens the URL in Chrome’s incognito mode.
--incognitoBrowsers Without Command-Line Support
For Safari, private mode requires AppleScript automation, which is not currently supported. Arc does not provide command-line options for private windows.Fallback Behavior
When a rule specifies private mode:- Supported Browser: Default Tamer opens the URL with the appropriate private mode flag
- Unsupported Browser: The URL opens in normal mode with a debug log message
- Fallback Browser: If the target browser is unavailable and Default Tamer falls back to another browser, private mode may not work on the fallback
Unknown Browsers
For browsers not explicitly recognized, Default Tamer attempts to use the Chromium-based--incognito flag:
Use Cases
Sensitive Links
Automatically open banking, healthcare, or other sensitive URLs in private mode:Social Media Isolation
Browse social media without tracking cookies:Work/Personal Separation
Keep work-related browsing separate from your personal browsing history:Technical Details
Private mode is implemented inBrowserManager.swift:394-418 using the getPrivateModeArguments() method: