Jon
Jon

Reputation: 8531

Chrome: Go to URL via console

A long time ago, I was reading that there is a way to go to a specific URL via the Chrome Console. I am wondering if anyone knows the command that would do so?

Upvotes: 23

Views: 49589

Answers (1)

Esdras Beleza
Esdras Beleza

Reputation: 773

Try this:

this.document.location = "http://stackoverflow.com/"

Upvotes: 52

Related Questions