NoSpeedDial

By Charles L. Last update May 19, 2009 — Installed 735 times.

There are 1 previous version of this script.

// ==UserScript==
// @run-at document-start
// @name NoSpeedDial
// @author Charles
// @description Start Chrome and open each new tab with a clean blank page
// @namespace http://www.adsweep.org/NoSpeedDial.user.js
// @include chrome://newtab/
// @include chrome-ui://newtab/
// @version 1.2
// ==/UserScript==

document.documentElement.style.display='none';

// Thanks to Andrey Shef