chrome select developer tools code example
Example 1: how to open console in google chrome
SHFT+CTRL+J
Example 2: how to open another link through console in chrome
this.document.location = "http://stackoverflow.com/"
SHFT+CTRL+J
this.document.location = "http://stackoverflow.com/"