From 59a156a6e3f5fb20cc4c79f45528a4361faaa8e2 Mon Sep 17 00:00:00 2001 From: MoltenCoreDev Date: Mon, 8 Mar 2021 14:20:54 +0100 Subject: [PATCH] amog sus --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index f673f1a..ba7c687 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,9 @@ export default class amogus extends Plugin { const video = document.getElementsByTagName("video") for (let i = 0; i < video.length; i++) { const element = video[i]; + if (element.getAttribute("src") != "https://cdn.discordapp.com/attachments/773508852247035915/812451604346830868/when_IMPORSTOR1.mp4") { element.setAttribute("src", "https://cdn.discordapp.com/attachments/773508852247035915/812451604346830868/when_IMPORSTOR1.mp4") + } } res.props.children[0] = "amogus" const username = document.getElementsByClassName("username-1A8OIy")