From 872367da5c5525e576b9534676d77a35c9c01514 Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 30 Nov 2024 20:09:09 -0800 Subject: [PATCH] Update script.user.js --- script.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.user.js b/script.user.js index 0a90e9d..29e0c26 100644 --- a/script.user.js +++ b/script.user.js @@ -16,4 +16,4 @@ background: #0f161c !important; color: white; } `; -document.body.insertAdjacentElement(style); \ No newline at end of file +document.body.appendChild(style); \ No newline at end of file