add url matcher without www

This commit is contained in:
Pavel 2020-11-15 10:03:47 +00:00
parent 7b2aafb41e
commit 7b1a463bbf

View File

@ -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();
})();
})();