From 50f795d014e636869aceaf8f48d72625ab4727e4 Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Sun, 1 Dec 2024 18:11:20 -0800 Subject: [PATCH] head --- script.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.user.js b/script.user.js index dd9a76b..a14112d 100644 --- a/script.user.js +++ b/script.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name PythonAnyDark // @namespace http://tampermonkey.net/ -// @version 1 +// @version 1.1 // @description Darkmode for PythonAnywhere dashboard // @author Swee // @match *://www.pythonanywhere.com/* @@ -82,7 +82,7 @@ opacity: 1; background: black; } `; -document.body.appendChild(style); +document.head.appendChild(style); // Totally didn't take this code from Stack Overflow :3 function waitForElm(selector) {