Created
April 30, 2022 13:37
-
-
Save charmoniumQ/435e3710c079ef7c52cd9f49360fb2e4 to your computer and use it in GitHub Desktop.
View Google Calender availability without revealing event names
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html > body > div > div > div > div > div > div > div > div > div > div > div > div > div > div > div > div > div > div > span > span { | |
display: none; | |
} | |
html > body > div > div > div > div > div > div > div > div > div > div > div > div > div > div > div > div > div > span > span > html-blob { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment