diff --git a/index.ts b/index.ts index 1cf811d..5392d2e 100644 --- a/index.ts +++ b/index.ts @@ -1,10 +1,11 @@ // ==UserScript== // @name YouTube Normal Thumbnails // @namespace http://greasyfork.org -// @version 0.6.0 +// @version 0.6.1 // @description Restores normal thumbnails size // @author NeoCortex // @match *://www.youtube.com/* +// @match *://youtube.com/* // @run-at document-end // @grant none // ==/UserScript== @@ -112,4 +113,4 @@ } new YoutubeThumbnailsFixer(); -})(); \ No newline at end of file +})();