12 lines
491 B
TypeScript
12 lines
491 B
TypeScript
// ==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==
|