better build setup

This commit is contained in:
2022-06-06 14:02:13 -05:00
parent cfbfa171e6
commit 707c150e2b
11 changed files with 590 additions and 75 deletions

View File

@@ -0,0 +1,11 @@
// ==UserScript==
// @name OptiFine Download Links
// @namespace zomo.dev
// @match https://optifine.net/*
// @grant none
// @version 1.0
// @author zomo
// @description automatically grab optifine links through the ads
// @downloadURL https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/optifine-download-links.zomo.js
// @updateURL https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/optifine-download-links.zomo.js
// ==/UserScript==