This commit is contained in:
2022-06-05 20:51:59 -05:00
parent 792857748f
commit 43712490ee

View File

@@ -1,11 +1,13 @@
// ==UserScript== // ==UserScript==
// @name OptiFine Download Links // @name OptiFine Download Links
// @namespace zomo // @namespace zomo.dev
// @match https://optifine.net/* // @match https://optifine.net/*
// @grant none // @grant none
// @version 1.0 // @version 1.0
// @author zomo // @author zomo
// @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.zomo.js
// @updateURL https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/optifine-download-links.zomo.js
// ==/UserScript== // ==/UserScript==
const onhover = false // when to load link, false will load immediately const onhover = false // when to load link, false will load immediately