diff --git a/src/plugins/monofile.ts b/src/plugins/monofile.ts index 59470914..84fb054d 100644 --- a/src/plugins/monofile.ts +++ b/src/plugins/monofile.ts @@ -861,14 +861,14 @@ export function AppendElementsToDisabledPage() { document.head.append(settingsStyle) } -async function CheckForMenuList() { +/*async function CheckForMenuList() { try { await waitForElm("#menu > ul") ObserveMenuItemPosition() } catch (error) { return } -} +}*/ async function handleAssessments(node: Element): Promise { if (!(node instanceof HTMLElement)) return