Notebook Fixer

By Online Apps Last update Oct 12, 2006 — Installed 314 times.
// ==UserScript==
// @name          Notebook Fixer
// @namespace     http://www.onlineapps.newsvine.com
// @description	Version 1.0: Redirects notebook.google.com to google.com/notebook
// @include         *notebook.google.com*
// ==/UserScript==

/*

  Author: Online Apps
  
  Redirects notebook.google.com to google.com/notebook
  
  Version: 1.0
    1.0 - First Release

*/

window.location = "http://google.com/notebook"