Greasy Fork is available in English.

🌚 Dark Get Emoji

Dark mode for Get Emoji

Autor
nameniok
Dnevne instalacije
0
Ukupnih instalacija
1
Ocjene
0 0 0
Verzija
1.0.3
Stvoreno
09.02.2024.
Ažurirano
12.03.2024.
Licenza
MIT
Primjenjuje se

🌚 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);