openstyles/stylus

[Bug] Help with hiding time stamps in Google Calendar (Stylus Chrome extension)

pigtailz23 opened this issue · 0 comments

Bug Report

Bug Description

I used Stylus in 2019 to remedy an infuriating lack of control over Google Calendar after Stylish turned out to be essentially spyware.

I found a good Stylus theme "Google Calendar: Differentiate Weekends with Color" and then added a teensy code I got somewhere (can't remember or find where because it was 2019 but maybe here) SIMPLY to remove the irritating time stamps that pop up on every single darn calendar item I add.

Today, the time stamp hiding is partially failing. It seems events at 30 mins or less now show the time stamp.

If someone could be so kind to check the code I received in 2019 and fix any errors or add something to make it work?

Screenshots

calendar times

CSS Code

/* weekends on main calendar /
.st-bg:nth-child(6),
.st-bg:nth-child(7),
.st-dtitle:nth-child(6),
.st-dtitle:nth-child(7),
/
weekends on week calendar */
.tg-weekend {
background-color: #E6EEF5 !important;
}
.KSxb4d {
font-size: 20px !important;
line-height: 8px !important;
}
.Uit9Se {
height: 55px !important;
}
.MANBAf {
font-size: 12px !important;
}
.zlaSJd {
display: none !important;
}
.A6wOnd {
visibility: hidden !important;
}
.gVNoLb {
visibility: hidden !important;
}

System Information

  • OS: Mac OS Ventura 13.5.2
  • Browser: Google Chrome
  • Stylus Version: Don't know which Stylus version I'm using and can't find it.

Additional Context