3
Google Chrome Version 22.0.1229.79 on OS X 10.8.2

How can I get just a plain blank page as my home page, not just a list of "Most Visited" sites or "Apps" installed, please?

I did try using the about:blank and/or javacript:void() workaround from these sources:

Note the UI has changed since this and I am confused:

I prefer not to install extensions from unknown sources, like recommended here:

Robottinosino
  • 511
  • 8
  • 16

1 Answers1

1

The most visited / apps page for new tabs is designed behaviour. You cannot change it to a totally blank page about:blank or a specific URL, unless you use an extension.

The only other alternative is to change the Chromium source code yourself, specifically for new tab page http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/ui/webui/ntp/?pathrev=113333

hanxue
  • 3,134