updated browser-scripts-builder

This commit is contained in:
2022-06-09 10:57:53 -05:00
parent 61f4b5db57
commit 6082836470
3 changed files with 3 additions and 5 deletions

View File

@@ -8,7 +8,6 @@
// @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;
async function getDownload(href) {
let resp = await fetch(href);

View File

@@ -8,7 +8,6 @@
// @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", () => {
document.body.addEventListener("click", (e) => {
let target = e.target;