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== // ==UserScript==
// @name YouTube Normal Thumbnails // @name YouTube Normal Thumbnails
// @namespace http://greasyfork.org // @namespace http://greasyfork.org
// @version 0.6.0 // @version 0.6.1
// @description Restores normal thumbnails size // @description Restores normal thumbnails size
// @author NeoCortex // @author NeoCortex
// @match *://www.youtube.com/* // @match *://www.youtube.com/*
// @match *://youtube.com/*
// @run-at document-end // @run-at document-end
// @grant none // @grant none
// ==/UserScript== // ==/UserScript==