I am trying to run some javascript in google chrome console. In it somewhere between I need to perform
location.reload();
So that page gets refreshed, but with it whole console data (functions which I am defining in colsole) gets destroyed. So my question is as follow: Is there any way to refresh a webpage without reloading console window?