mirror of
https://github.com/Neur0toxine/yt-normal-thumbnails.git
synced 2024-11-21 20:36:07 +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==
|
||||
// @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();
|
||||
})();
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user