您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Darken Google Spreadsheets and the others
/* ==UserStyle== @name Dark Google Workplace @description Darken Google Spreadsheets and the others @match *://docs.google.com/* @match *://mail.google.com/* @match *://script.google.com/* @match *://console.cloud.google.com/* @license MIT @version 0.2 @namespace djshigel ==/UserStyle== */ @media (prefers-color-scheme: dark) { html { filter: invert() hue-rotate(180deg) contrast(0.85); } div[jsdata="deferred-i2"] { filter: invert() hue-rotate(180deg) contrast(0.85); } iframe, img, svg:has(image) { filter: contrast(1.05) hue-rotate(180deg) invert(); } mat-card { box-shadow: 0 0 1px 1px #aaa !important; } }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址