updated description

This commit is contained in:
zomo
2026-04-19 19:16:09 -05:00
parent 1f71418cd9
commit 0f5e4b3c4b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
// @namespace zomo.dev // @namespace zomo.dev
// @match https://www.twitch.tv/* // @match https://www.twitch.tv/*
// @version 0.1 // @version 0.1
// @description WIP SCRIPT obfuscate twitch chatter names so you don't know who is who // @description WIP SCRIPT obfuscate twitch chatter names so you don't know who is who - relies on ffz
// @runat document-end // @runat document-end
// @grant unsafeWindow // @grant unsafeWindow
// @downloadURL https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/ttv-obfuscated-names.user.js // @downloadURL https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/ttv-obfuscated-names.user.js
+1 -1
View File
@@ -20,7 +20,7 @@ Requires Violentmonkey (or Tampermonkey etc): [Chrome](https://chrome.google.com
- [ttv obfuscated names](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/ttv-obfuscated-names.user.js) - [ttv obfuscated names](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/ttv-obfuscated-names.user.js)
- **zomo.dev** v0.1 - **zomo.dev** v0.1
- `https://www.twitch.tv/*` - `https://www.twitch.tv/*`
- WIP SCRIPT obfuscate twitch chatter names so you don't know who is who - WIP SCRIPT obfuscate twitch chatter names so you don't know who is who - relies on ffz
- [Twitch Clickable Video](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/twitch-clickable-video.user.js) - [Twitch Clickable Video](https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/twitch-clickable-video.user.js)
- **zomo.dev** v1.1 - **zomo.dev** v1.1
- `https://www.twitch.tv/*` - `https://www.twitch.tv/*`
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://git.zomo.dev/zomo/browser-scripts-builder/raw/branch/main/meta.schema.json", "$schema": "https://git.zomo.dev/zomo/browser-scripts-builder/raw/branch/main/meta.schema.json",
"name": "ttv obfuscated names", "name": "ttv obfuscated names",
"description": "WIP SCRIPT obfuscate twitch chatter names so you don't know who is who", "description": "WIP SCRIPT obfuscate twitch chatter names so you don't know who is who - relies on ffz",
"namespace": "zomo.dev", "namespace": "zomo.dev",
"match": ["https://www.twitch.tv/*"], "match": ["https://www.twitch.tv/*"],
"version": "0.1", "version": "0.1",