Compare commits
3 Commits
2f7efcb401
...
c7195d5f2c
| Author | SHA1 | Date | |
|---|---|---|---|
| c7195d5f2c | |||
| 7c8dc85fd5 | |||
| 2f81cf532c |
4
dist/twitch-click-mute.user.js
vendored
4
dist/twitch-click-mute.user.js
vendored
@@ -1,9 +1,9 @@
|
||||
// ==UserScript==
|
||||
// @name twitch click to mute
|
||||
// @name Twitch.tv Click to Mute
|
||||
// @namespace zomo.dev
|
||||
// @match https://www.twitch.tv/*
|
||||
// @version 1.0
|
||||
// @description click to mute/unmute
|
||||
// @description click to mute/unmute a stream. does not work if the stream has an overlay
|
||||
// @downloadURL https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/twitch-click-mute.user.js
|
||||
// @supportURL https://git.zomo.dev/zomo/browser-scripts/issues
|
||||
// @homepageURL https://git.zomo.dev/zomo/browser-scripts
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"prettier": "prettier --write .",
|
||||
"build": "npm run prettier && bsbuild",
|
||||
"watch": "bsbuild -w"
|
||||
"build": "npm run prettier && bsbuild -p",
|
||||
"watch": "bsbuild -p -w"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@@ -9,7 +9,7 @@ specifiers:
|
||||
|
||||
devDependencies:
|
||||
'@types/greasemonkey': 4.0.3
|
||||
browser-scripts-builder: git.zomo.dev/zomo/browser-scripts-builder/e8de01b48a8c3f4314ad8e08d19b7535d4c41f2a
|
||||
browser-scripts-builder: git.zomo.dev/zomo/browser-scripts-builder/6b5bf9783cc709e9dc619286b303c01566bdd12e
|
||||
eslint: 8.17.0
|
||||
prettier: 2.6.2
|
||||
typescript: 4.7.3
|
||||
@@ -818,8 +818,8 @@ packages:
|
||||
resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=}
|
||||
dev: true
|
||||
|
||||
git.zomo.dev/zomo/browser-scripts-builder/e8de01b48a8c3f4314ad8e08d19b7535d4c41f2a:
|
||||
resolution: {commit: e8de01b48a8c3f4314ad8e08d19b7535d4c41f2a, repo: ssh://git@git.zomo.dev/zomo/browser-scripts-builder.git, type: git}
|
||||
git.zomo.dev/zomo/browser-scripts-builder/6b5bf9783cc709e9dc619286b303c01566bdd12e:
|
||||
resolution: {commit: 6b5bf9783cc709e9dc619286b303c01566bdd12e, repo: ssh://git@git.zomo.dev/zomo/browser-scripts-builder.git, type: git}
|
||||
name: browser-scripts-builder
|
||||
version: 1.0.0
|
||||
hasBin: true
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
## Installs
|
||||
|
||||
- [OptiFine Download Links](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/optifine-download-links.user.js)
|
||||
- [twitch click to mute](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/twitch-click-mute.user.js)
|
||||
- [Twitch.tv Click to Mute](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/twitch-click-mute.user.js)
|
||||
<!-- END INSTALL LINKS -->
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$schema": "https://git.zomo.dev/zomo/browser-scripts-builder/raw/branch/main/meta.schema.json",
|
||||
"name": "twitch click to mute",
|
||||
"name": "Twitch.tv Click to Mute",
|
||||
"namespace": "zomo.dev",
|
||||
"match": "https://www.twitch.tv/*",
|
||||
"version": "1.0",
|
||||
"description": "click to mute/unmute"
|
||||
"description": "click to mute/unmute a stream. does not work if the stream has an overlay"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user