Compare commits

..

2 Commits

Author SHA1 Message Date
86b2918a6c updated prettierignore 2022-06-06 21:26:58 -05:00
6b0614e44d didnt meant to do that 2022-06-06 21:26:00 -05:00
3 changed files with 18 additions and 17 deletions

View File

@@ -1 +1,2 @@
dist/*
dist/*
pnpm-lock.yaml

View File

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

View File

@@ -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", () => {