您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Dark theme for Google Translate webpage
// ==UserScript== // @name Google Translate - Dark Theme // @namespace FawayTT // @match https://translate.google.com/* // @homepage https://github.com/FawayTT/userscripts // @grant GM_addStyle // @run-at document-start // @version 1.0 // @author FawayTT // @license MIT // @description Dark theme for Google Translate webpage // ==/UserScript== GM_addStyle(` * { background-color: #0e1011 !important; color: #cba !important; } body { background-color: #0e1011 !important; } element.style { background: #234 !important; opacity: 0.1 !important; } .vLsFwd { z-index: 0 !important; } .X4DQ0::after { background: transparent !important; } .trans-verified-button { background-size: cover !important; } .ita-kd-img { background-color: #cba !important; opacity: 85% !important; } .vk-cap { color: white !important; } .vk-btn { border: 1px solid #234 !important; background: rgba(255, 255, 255, 0) !important; } .vk-t-btn.vk-sf-cl { background-position: -668px -20px !important; } .ita-kd-arrow { height:23px !important; background-position: -620px -213px !important; } .ita-icon-0 { background-position: -13px -15px !important; height: 23px !important; } .ita-kd-dropdown-menu .ita-kd-menuitem-hover { background-color: #000000 !important; } .Dwvecf { border-radius: 30px !important; } .VK4HE { border-radius: 30px !important; } .VfPpkd-Bz112c-RLmnJb { background: rgba(255, 255, 255, 0) !important; } `);