mirror of
https://github.com/Neur0toxine/yt-normal-thumbnails.git
synced 2024-11-22 04:46:06 +03:00
add url matcher without www
This commit is contained in:
parent
7b2aafb41e
commit
7b1a463bbf
5
index.ts
5
index.ts
@ -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==
|
||||||
@ -112,4 +113,4 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
new YoutubeThumbnailsFixer();
|
new YoutubeThumbnailsFixer();
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user