Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
whyisthesheep committed Apr 11, 2024
1 parent f395045 commit 06819ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/anselcord/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const menusvg = document.querySelector("#app-mount > div.appAsidePanelWrapper__5

export function onLoad() {
if (menuimage) {
log("Menu img")
const udimagei = document.createElement("img");
udimagei.src = "https://0x0.st/Xikk.png";
udimagei.style.width = "48px";
Expand All @@ -20,6 +21,7 @@ export function onLoad() {
udimagei.style.transform = "translate(-50%, -50%)";
menuimage.replaceWith(udimagei);
} else if (menusvg) {
log("Menu svg")
const udimages = document.createElement("img");
udimages.src = "https://0x0.st/Xikk.png";
udimages.style.width = "48px";
Expand Down

0 comments on commit 06819ec

Please sign in to comment.