www.twitch.tv

This commit is contained in:
2023-04-09 22:28:53 -05:00
parent 3ae471de0f
commit 567dabf661
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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"
}