google_calendar_colorize_today

make today more visibile

目前为 2022-11-10 提交的版本。查看 最新版本

// ==UserScript==
// @name           google_calendar_colorize_today
// @namespace      https://gf.qytechs.cn/de/users/157797-lual
// @match          https://calendar.google.com/*
// @version        0.4
// @author         lual
// @description	   make today more visibile
// @author         lual
// @grant          GM_addStyle
// ==/UserScript==
// changes:        2017-11-10 initial
//                 2022-11-10 convert deprecated @include to @match
////////////////////////////////////////////////////////////////////////////////
GM_addStyle(`
  /* today */
  .ef2wWc {
    background-color: #BCD8E5 !important;
    background: linear-gradient(to bottom, #F5F5F5, #BCD8E5);
  }
  .SU7tYb.F262Ye {
    background-color: #BCD8E5 !important;
    background: linear-gradient(to top, #F5F5F5, #BCD8E5);
  }
`);

QingJ © 2025

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