1
0

Auto-commit: 2025-10-31 08:58:35

This commit is contained in:
David Wuibaille
2025-10-31 08:58:36 +01:00
parent 7d94414992
commit 7cc3011354
1088 changed files with 193455 additions and 0 deletions

View File

@@ -0,0 +1 @@
(Get-Content "$env:USERPROFILE\AppData\Local\Google\Chrome\User Data\Default\Preferences").replace('"exit_type":"Crashed"', '"exit_type":"Normal"') | Set-Content "$env:USERPROFILE\AppData\Local\Google\Chrome\User Data\Default\Preferences"

View File

@@ -0,0 +1,10 @@
# 🌐 Chrome Notification Tweaks
## ✅ Prerequisites
- Script must be run while **Chrome is closed**.
- Run as the **logged-in user** (modifies user profile).
## 🔧 What it does
- `hidecrash.ps1` edits Chromes `Preferences` file to:
- Disable **crash notifications** (`exit_type` forced to `Normal`).
- Disable **Translate notifications**.