🌚 Dark Get Emoji

Dark mode for Get Emoji

目前為 2024-02-09 提交的版本,檢視 最新版本

作者
nameniok
評價
0 0 0
版本
1.0.0
建立日期
2024-02-09
更新日期
2024-02-09
尺寸
982 位元組
授權條款
MIT
腳本執行於

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

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址