Skip to content

Instantly share code, notes, and snippets.

View jolovicdev's full-sized avatar

Dušan Jolović jolovicdev

  • Serbia
View GitHub Profile
@jolovicdev
jolovicdev / zen_browser.ps1
Last active October 7, 2025 12:20
Hardening Zen Browser on Windows
$ErrorActionPreference = "Stop"
Write-Host "======================================"
Write-Host " Zen Browser Privacy Setup Script "
Write-Host "======================================"
Write-Host ""
$zenProfilePath = "$env:APPDATA\zen\Profiles"
if (-Not (Test-Path $zenProfilePath)) {