Compare commits
2 Commits
c5627e318c
...
86b2918a6c
| Author | SHA1 | Date | |
|---|---|---|---|
| 86b2918a6c | |||
| 6b0614e44d |
@@ -1 +1,2 @@
|
|||||||
dist/*
|
dist/*
|
||||||
|
pnpm-lock.yaml
|
||||||
16
dist/optifine-download-links.user.js
vendored
16
dist/optifine-download-links.user.js
vendored
@@ -1,12 +1,12 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @ name OptiFine Download Links
|
// @name OptiFine Download Links
|
||||||
// @ namespace zomo.dev
|
// @namespace zomo.dev
|
||||||
// @ match https://optifine.net/*
|
// @match https://optifine.net/*
|
||||||
// @ version 1.0
|
// @version 1.0
|
||||||
// @ description automatically grab optifine links through the ads
|
// @description automatically grab optifine links through the ads
|
||||||
// @ downloadURL https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/optifine-download-links.user.js
|
// @downloadURL https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/optifine-download-links.user.js
|
||||||
// @ supportURL https://git.zomo.dev/zomo/browser-scripts/issues
|
// @supportURL https://git.zomo.dev/zomo/browser-scripts/issues
|
||||||
// @ homepageURL https://git.zomo.dev/zomo/browser-scripts
|
// @homepageURL https://git.zomo.dev/zomo/browser-scripts
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
// scripts/optifine-download-links/main.ts
|
// scripts/optifine-download-links/main.ts
|
||||||
var onhover = false;
|
var onhover = false;
|
||||||
|
|||||||
16
dist/twitch-click-mute.user.js
vendored
16
dist/twitch-click-mute.user.js
vendored
@@ -1,12 +1,12 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @ name twitch click to mute
|
// @name twitch click to mute
|
||||||
// @ namespace zomo.dev
|
// @namespace zomo.dev
|
||||||
// @ match https://www.twitch.tv/*
|
// @match https://www.twitch.tv/*
|
||||||
// @ version 1.0
|
// @version 1.0
|
||||||
// @ description click to mute/unmute
|
// @description click to mute/unmute
|
||||||
// @ downloadURL https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/twitch-click-mute.user.js
|
// @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
|
// @supportURL https://git.zomo.dev/zomo/browser-scripts/issues
|
||||||
// @ homepageURL https://git.zomo.dev/zomo/browser-scripts
|
// @homepageURL https://git.zomo.dev/zomo/browser-scripts
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
// scripts/twitch-click-mute/main.ts
|
// scripts/twitch-click-mute/main.ts
|
||||||
addEventListener("load", () => {
|
addEventListener("load", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user