// ==UserScript== // @name Rogers Video Auto Select French // @author Erik Vold // @datecreated 2009-08-28 // @lastupdated 2009-08-28 // @namespace rogersVideoAutoSelectFrench // @include http://www.rogersplus.ca/ // @version 0.1 // @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html // @description This userscript auto selects French at the home page. // ==/UserScript== window.location = "http://www.rogersplus.ca/francais/default.asp";