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