Update script.user.js

This commit is contained in:
Nova Cat 2024-11-30 20:09:09 -08:00
parent f962d6ddbb
commit 872367da5c

View file

@ -16,4 +16,4 @@ background: #0f161c !important;
color: white; color: white;
} }
`; `;
document.body.insertAdjacentElement(style); document.body.appendChild(style);