diff --git a/dist/twitch-clickable-video.user.js b/dist/twitch-clickable-video.user.js index 714f426..25a6507 100644 --- a/dist/twitch-clickable-video.user.js +++ b/dist/twitch-clickable-video.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Twitch Clickable Video // @namespace zomo.dev -// @match https://twitch.tv/* +// @match https://www.twitch.tv/* // @version 1.0 // @description hold Control key to be able to right click the video element // @downloadURL https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/twitch-clickable-video.user.js diff --git a/scripts/twitch-clickable-video/meta.json b/scripts/twitch-clickable-video/meta.json index 2597176..8027896 100644 --- a/scripts/twitch-clickable-video/meta.json +++ b/scripts/twitch-clickable-video/meta.json @@ -2,7 +2,7 @@ "$schema": "https://git.zomo.dev/zomo/browser-scripts-builder/raw/branch/main/meta.schema.json", "name": "Twitch Clickable Video", "namespace": "zomo.dev", - "match": "https://twitch.tv/*", + "match": "https://www.twitch.tv/*", "version": "1.0", "description": "hold Control key to be able to right click the video element" }