From 567dabf661027914fb38e0f8fd62e675bee8a1eb Mon Sep 17 00:00:00 2001 From: zomo Date: Sun, 9 Apr 2023 22:28:53 -0500 Subject: [PATCH] www.twitch.tv --- dist/twitch-clickable-video.user.js | 2 +- scripts/twitch-clickable-video/meta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }