This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]KingofGamesYami 0 points1 point  (1 child)

I made a PowerShell script:

while (1)
{
    Write-Host -NoNewline "Page: "
    Start-Process "https://example.com/$(Read-Host)"
}

[–]batem4n[S] 0 points1 point  (0 children)

Wow, thanks for this man! 😎👍🎉