debugger shortcut chrome code example
Example 1: how to open another link through console in chrome
this.document.location = "http://stackoverflow.com/"
Example 2: how to open console on mobile chrome
chrome://inspect
this.document.location = "http://stackoverflow.com/"
chrome://inspect