// Google Video Links umleiten zum Google Translator // ==UserScript== // @name Google Video für deutsche Anwender // @namespace http://www.pcwelt.de/ // @description Erweitert einen Link zu Google Video um den Link zum Google Translator und ermöglicht so auch deutschen Anwendern das Betrachten von Google Videos. (Panagiotis Kolokythas, PC-WELT, www.pcwelt.de) // @include http://video.google.com/* // ==/UserScript== (function(){ location.href = location.href.replace(/http\:/, 'http://translate.google.com/translate?u=http:'); })();