// ==UserScript==
// @name           Google Video Restyler
// @namespace      http://www.hansv.com/greasemonkey/scripts_other.html
// @description    Updates the style of Google Video pages to the newer format.
// @include        http://*video.google.com/*
// ==/UserScript==

window.addEventListener("load", function() { if (document.cookie.indexOf('np=new') == -1) window.parent.location = "javascript: setCookie('np', 'new');window.location.reload();"; }, true);