From 7b1a463bbfe7960b95c68353c712d8cbcdf9ff21 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Sun, 15 Nov 2020 10:03:47 +0000 Subject: [PATCH] add url matcher without www --- index.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +})();