diff --git a/src/equicordplugins/demonstration/index.tsx b/src/equicordplugins/demonstration/index.tsx
index 33abd80c..cace08e7 100644
--- a/src/equicordplugins/demonstration/index.tsx
+++ b/src/equicordplugins/demonstration/index.tsx
@@ -75,7 +75,7 @@ function handleToggle() {
const style = document.getElementById("DemonstrationStyle");
if (style != null) {
style.remove();
- playSound("https://files.catbox.moe/wp5rpz.wav");
+ playSound("https://github.com/Equicord/Equibored/raw/main/sounds/demonstration/wp5rpz.wav");
}
else {
if (settings.store.showConfirmationModal) {
@@ -100,14 +100,14 @@ function handleToggle() {
onClick={() => {
closeModal(key);
injectCSS();
- playSound("https://files.catbox.moe/ckz46t.wav");
+ playSound("https://github.com/Equicord/Equibored/raw/main/sounds/demonstration/ckz46t.wav");
}}
>Okay!
));
} else {
injectCSS();
- playSound("https://files.catbox.moe/ckz46t.wav");
+ playSound("https://github.com/Equicord/Equibored/raw/main/sounds/demonstration/ckz46t.wav");
}
}
}
diff --git a/src/equicordplugins/glide/index.tsx b/src/equicordplugins/glide/index.tsx
index faa59547..f195800b 100644
--- a/src/equicordplugins/glide/index.tsx
+++ b/src/equicordplugins/glide/index.tsx
@@ -797,5 +797,5 @@ export default definePlugin({
},
startAt: StartAt.DOMContentLoaded,
// preview thing, kinda low effort but eh
- settingsAboutComponent: () =>
+ settingsAboutComponent: () =>
});
diff --git a/src/equicordplugins/quoter/index.tsx b/src/equicordplugins/quoter/index.tsx
index 520a61df..8085ce4e 100644
--- a/src/equicordplugins/quoter/index.tsx
+++ b/src/equicordplugins/quoter/index.tsx
@@ -141,7 +141,7 @@ async function createQuoteImage(avatarUrl: string, quoteOld: string, grayScale:
ctx.fillRect(0, 0, canvas.width, canvas.height);
const avatarBlob = await fetchImageAsBlob(avatarUrl);
- const fadeBlob = await fetchImageAsBlob("https://files.catbox.moe/54e96l.png");
+ const fadeBlob = await fetchImageAsBlob("https://cdn.nest.rip/uploads/4ec258ab-9446-497a-a9ef-0c7c70661ca1.png");
const avatar = new Image();
const fade = new Image();
diff --git a/src/equicordplugins/stickerBlocker/index.tsx b/src/equicordplugins/stickerBlocker/index.tsx
index d6bda559..1456cfcb 100644
--- a/src/equicordplugins/stickerBlocker/index.tsx
+++ b/src/equicordplugins/stickerBlocker/index.tsx
@@ -45,7 +45,7 @@ function blockedComponentRender(sticker) {
if (showGif) {
elements.push(
-
+
);
}