Remove origin bars from Google Calendar so you can color your events the same way they are styled on mobile and tablet devices (i.e. the Google Calendar app on iOS or Android).
Remove Google Calendar Origin Bars by gideontong
Details
Authorgideontong
LicenseNo License
Categorygoogle
Created
Updated
Size633 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Remove Google Calendar Origin Bars
@version 20240227.21.19
@namespace https://userstyles.world/user/gideontong
@description Remove origin bars from Google Calendar so you can color your events the same way they are styled on mobile and tablet devices (i.e. the Google Calendar app on iOS or Android).
@author gideontong
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://calendar.google.com/calendar/") {
/*
@name Remove Google Calendar Origin Bars
@namespace Gideon Tong
@author gideontong
*/
.uXJUmd, .jSrjCf {
display: none;
}
}