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== // ==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;

View File

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