Google_Calendar_App_Customize_Title_Bar_Color

Google Calendar Chrome App Window Custom Title Bar Color

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Аўтар
jtbrown3
Усталяванняў за дзень
0
Усяго ўсталяванняў
7
Рэйтынг
0 0 0
Версія
0.1
Створаны
12.07.2022
Абноўлены
12.07.2022
Памер
508 байтаў
Ліцэнзія
MIT
Ужываецца на

This simple script allows one to customize the background color of the TitleBar in any Chromium-based windowed app (Google Calendar in this case).
Script injects the HTML tag <meta name="theme-color" content="#2B2C2D"> into the header section.
Simply customize the above hex color code value to your liking.

This same technique can be used for other Chrome App windows where an undesirable TitleBar color is assigned.
If an exiting 'theme-color' tag(s) already exists, you need to delete them first by adding the following code line (one for each occurrence) just before the above 'var m =' line:
• document.querySelector("[name='theme-color']").remove();

Inspirational credit goes to: BigChungus @ https://talk.dynalist.io/t/chrome-apps-title-bar-color/7717/5