Environment Canada Better Weather

By Hippopottoman Last update Mar 23, 2008 — Installed 173 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Environment Canada Better Weather
// @namespace      http://userscripts.org/people/4764
// @description    improves Environment Canada's weather forecast display
//                       - automatically expands the forecast details
// @include        http://www.weatheroffice.gc.ca/city/pages/*
// ==/UserScript==

(function()
{
   location.href = "javascript:void(SwitchMenu('fdetails'))";
})();