updated browser-scripts-builder
This commit is contained in:
1
dist/optifine-download-links.user.js
vendored
1
dist/optifine-download-links.user.js
vendored
@@ -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);
|
||||
|
||||
1
dist/twitch-click-mute.user.js
vendored
1
dist/twitch-click-mute.user.js
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user