// ==UserScript==
// @name Google Docs Fixer
// @namespace http://www.onlineapps.newsvine.com
// @description Version 1.0: Redirects to the main page of Google Docs
// @include *docs.google.com/?pli=1
// @include *docs.google.com/
// ==/UserScript==
/*
Author: Online Apps
Redirects to the main page of Google Docs
Version: 1.0
1.0 - First Release
*/
window.location = "http://docs.google.com/?action=all_docs"