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==
|
||||
// @ name OptiFine Download Links
|
||||
// @ namespace zomo.dev
|
||||
// @ match https://optifine.net/*
|
||||
// @ version 1.0
|
||||
// @ 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
|
||||
// @ supportURL https://git.zomo.dev/zomo/browser-scripts/issues
|
||||
// @ homepageURL https://git.zomo.dev/zomo/browser-scripts
|
||||
// @name OptiFine Download Links
|
||||
// @namespace zomo.dev
|
||||
// @match https://optifine.net/*
|
||||
// @version 1.0
|
||||
// @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
|
||||
// @supportURL https://git.zomo.dev/zomo/browser-scripts/issues
|
||||
// @homepageURL https://git.zomo.dev/zomo/browser-scripts
|
||||
// ==/UserScript==
|
||||
// scripts/optifine-download-links/main.ts
|
||||
var onhover = false;
|
||||
|
||||
16
dist/twitch-click-mute.user.js
vendored
16
dist/twitch-click-mute.user.js
vendored
@@ -1,12 +1,12 @@
|
||||
// ==UserScript==
|
||||
// @ name twitch click to mute
|
||||
// @ namespace zomo.dev
|
||||
// @ match https://www.twitch.tv/*
|
||||
// @ version 1.0
|
||||
// @ description click to mute/unmute
|
||||
// @ 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
|
||||
// @name twitch click to mute
|
||||
// @namespace zomo.dev
|
||||
// @match https://www.twitch.tv/*
|
||||
// @version 1.0
|
||||
// @description click to mute/unmute
|
||||
// @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
|
||||
// ==/UserScript==
|
||||
// scripts/twitch-click-mute/main.ts
|
||||
addEventListener("load", () => {
|
||||
|
||||
Reference in New Issue
Block a user