Skip to content

Commit

Permalink
HOLY SHIT I DID SOMETHING AND IT WORKED
Browse files Browse the repository at this point in the history
  • Loading branch information
SiriusBYT committed Aug 30, 2023
1 parent caa9795 commit b0794e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ export async function start(): Promise<void> {
export function stop(): void {
inject.uninjectAll();
}

const html = document.querySelector("html");
html.setAttribute("class", html.getAttribute("class") + ' themehooker-present');

0 comments on commit b0794e8

Please sign in to comment.