mirror of
https://github.com/Neur0toxine/yt-normal-thumbnails.git
synced 2025-04-19 08:51:02 +00:00
add url matcher without www
This commit is contained in:
parent
7b2aafb41e
commit
7b1a463bbf
1 changed files with 3 additions and 2 deletions
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…
Add table
Reference in a new issue