This commit is contained in:
MoltenCoreDev 2021-03-08 14:20:54 +01:00
parent 35218ed0bc
commit 59a156a6e3
1 changed files with 2 additions and 0 deletions

View File

@ -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")