🌚 Dark Get Emoji

Dark mode for Get Emoji

نووسەر
nameniok
Daily installs
0
Total installs
1
Ratings
0 0 0
وەشان
1.0.3
Created
2024-02-09
Updated
2024-03-12
مۆڵەت
MIT
Applies to

🌚 Dark Get Emoji

Nice & lite dark mode for Get Emoji 😁

Compressed code:
var style = document.createElement('style');
style.innerHTML = `body{background:#111!important;color:#ccc!important}input{background:#333!important;outline:none!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#222;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#333}::-webkit-scrollbar-corner{background:transparent}`;
document.head.appendChild(style);