Please help? Need small code adjustment to hide time stamps in Google Calendar (Stylus Chrome extension) #1747
Unanswered
pigtailz23
asked this question in
Q&A
Replies: 1 comment
-
Removed and reinstalled to get latest version of Stylus Chrome Extension 1.5.46. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
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
Additional Context
Beta Was this translation helpful? Give feedback.
All reactions