// ==UserScript==
// @name          Youtube.com high-Quality-tool
// @namespace     http://aypac.de/proj/youtube.user.js (C) Rene Vollmer
// @description   This Script Increases the quality of Youtube-videos!
// @include       *youtube.com/watch*
// @exclude	*youtube.com*&fmt=22
// @exclude	*youtube.com*&fmt=18
// ==/UserScript==

(function () {	

//	alert("http://"+window.location.host+window.location.pathname+location.search+"&fmt=18");
	window.location.href = "http://"+window.location.host+window.location.pathname+location.search+"&fmt=18";
})();
 

