From 3128b64b0f7647b5c848044b7a3abc4a0b3b99e0 Mon Sep 17 00:00:00 2001 From: skrillonrfo <147339739+skrillonrfo@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:11:01 -0600 Subject: [PATCH 1/3] =?UTF-8?q?metal=20pipe=20=3D>=20=F0=9F=8E=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit metal pipe meme died so i updated --- dist/build.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dist/build.js b/dist/build.js index b231554..6c72c42 100644 --- a/dist/build.js +++ b/dist/build.js @@ -1373,7 +1373,7 @@ window.open(url, '_blank') }, ondisable: function () { - alert('go to goguardian.com and clear all cookies+cache, disabling this does nothing') + alert('Go to goguardian.com and clear all cookies+cache, disabling this does nothing') }, custom_render: !1, } @@ -1423,15 +1423,17 @@ 'use strict' Object.defineProperty(n, '__esModule', { value: !0 }) const t = { - display_name: 'Metal Pipe SFX', - description: '💀', + // updated this because metal pipe kinda died + display_name: '🎡', + description: '🎡', id: 'metalpipe', section: 'fun', onactive: function () { let e = document.getElementsByTagName('img') if (e) for (let n of e) - new Audio('https://www.myinstants.com/media/sounds/jixaw-metal-pipe-falling-sound.mp3').play(), (n.src = 'https://i.ytimg.com/vi/qDvMkxtLV74/maxresdefault.jpg') + // this mp3 link will hopefully not expire + new Audio('https://us-tuna-sounds-files.voicemod.net/2ff3560b-a76f-49dd-adbc-709b9f59c5c2-1704237226346.mp3').play(), (n.src = 'https://us-tuna-sounds-images.voicemod.net/2ff3560b-a76f-49dd-adbc-709b9f59c5c2-1704237226346.jpeg') }, always: !0, custom_render: !1, From a5f08b6b13805e432a05dee59bd68903bc87e6b4 Mon Sep 17 00:00:00 2001 From: skrillonrfo <147339739+skrillonrfo@users.noreply.github.com> Date: Fri, 12 Jan 2024 23:03:18 -0600 Subject: [PATCH 2/3] fix src --- src/modules/modules/fun/metalpipe.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/modules/fun/metalpipe.ts b/src/modules/modules/fun/metalpipe.ts index 0eceb96..e8ee0f2 100644 --- a/src/modules/modules/fun/metalpipe.ts +++ b/src/modules/modules/fun/metalpipe.ts @@ -1,19 +1,19 @@ import { moduleDefinition } from '../../moduleapi' - +// its metal pipe 'cause i dont got time to change allat (i have no clue what any of it means) function metalpipe() { let images = document.getElementsByTagName('img') if (!images) return for (let image of images) { - var audio = new Audio('https://www.myinstants.com/media/sounds/jixaw-metal-pipe-falling-sound.mp3') + var audio = new Audio('https://us-tuna-sounds-files.voicemod.net/2ff3560b-a76f-49dd-adbc-709b9f59c5c2-1704237226346.mp3') audio.play() - image.src = 'https://i.ytimg.com/vi/qDvMkxtLV74/maxresdefault.jpg' + image.src = 'https://us-tuna-sounds-images.voicemod.net/2ff3560b-a76f-49dd-adbc-709b9f59c5c2-1704237226346.jpeg' } } const plugin: moduleDefinition = { - display_name: 'METAL PIPE', - description: 'idk why i added this', + display_name: '🎡', + description: '🎡', id: 'metalpipe', section: 'fun', onactive: metalpipe, From 8d1d65c3ade050aa378697e794f4f17d8fc3ad29 Mon Sep 17 00:00:00 2001 From: skrillonrfo <147339739+skrillonrfo@users.noreply.github.com> Date: Fri, 12 Jan 2024 23:03:40 -0600 Subject: [PATCH 3/3] same --- src/modules/modules/fun/metalpipe.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/modules/fun/metalpipe.ts b/src/modules/modules/fun/metalpipe.ts index e8ee0f2..3ce9365 100644 --- a/src/modules/modules/fun/metalpipe.ts +++ b/src/modules/modules/fun/metalpipe.ts @@ -1,5 +1,5 @@ import { moduleDefinition } from '../../moduleapi' -// its metal pipe 'cause i dont got time to change allat (i have no clue what any of it means) +// function is still metal pipe 'cause i dont got time to change allat (i have no clue what any of it means) function metalpipe() { let images = document.getElementsByTagName('img') if (!images) return