您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Dark mode for Get Emoji
Nice & lite dark mode for Get Emoji 😁Compressed code:
!function(){var r=document.createElement("style");r.textContent=`
.emoji-button,.emoji-copied-text{border-width:0!important}body{background-color:#111!important;color:#ccc!important}input{background-color:#333!important;outline:0!important}.emoji-button:hover{background-color:transparent!important}.emoji-copied-text{background-color:#222!important;color:#ccc!important}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#222;border-radius:6px}::-webkit-scrollbar-thumb:hover{background-color:#333}::-webkit-scrollbar-corner{background-color:transparent}*{scrollbar-width:thin;scrollbar-color:#222 transparent}:hover{scrollbar-color:#333 transparent}
`,document.documentElement.insertAdjacentHTML("afterbegin",r.outerHTML)}();