// ==UserScript== // @name Youtube High Quality // @namespace lexgeek // @description Changes all youtube videos to format 18, a.k.a. high quality // @include *youtube.com/watch* // @exclude *youtube.com/watch*fmt=18* // ==/UserScript== window.location.replace(document.URL + "&fmt=18");
