1

The following JS code will open a new window WITHOUT bookmarks bar in chrome.

javascript:(function() {
window.open('https://example.com', '', 'menubar=yes,location=yes,status=yes,channelmode=yes,toolbar=yes,resizable=yes');

})();

So.. how do I open a NORMAL browser window, like that one we get by CTRL+N? I've read this https://www.w3schools.com/jsref/met_win_open.asp but there is nothing about it.

Also, I've seen some questions that are opposite to mine : How to open a browser window without any bars like address bars, bookmarks bars etc in javascript?

So I guess its possible to show them. Thanks..

Community
  • 1
  • 1
me_yy
  • 11
  • 1

0 Answers0