Compare commits

..

No commits in common. "47f9d1142aeb452021412987855dfd19c97c10e3" and "aff14357cf580792b47056735e137b285fa88db4" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -62,9 +62,6 @@ html > body > div:first-child > header:first-child > div > div:first-child > div
html > body > div:first-child > header:first-child > div:nth-child(2) > div:first-child > div:first-child, html > body > div:first-child > header:first-child > div:nth-child(2) > div:first-child > div:first-child,
html > body > div:first-child > header:first-child > div:nth-child(2) > div:nth-child(3) > div:first-child > div:first-child > div:first-child { html > body > div:first-child > header:first-child > div:nth-child(2) > div:nth-child(3) > div:first-child > div:first-child > div:first-child {
display: none !important; display: none !important;
}
html > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child {
cursor: default;
}` }`
}, },
"todoist": { "todoist": {

View file

@ -20,7 +20,7 @@
"openInCenter": false, "openInCenter": false,
"zoomLevel": 1, "zoomLevel": 1,
"forceIframe": false, "forceIframe": false,
"customCss": "/* hide the menu bar, the \"Keep\" text and the Google Apps button */\nhtml > body > div:nth-child(2) > div:nth-child(2) > div:first-child, \nhtml > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child > span, \nhtml > body > div:first-child > header:first-child > div:nth-child(2) > div:first-child > div:first-child, \nhtml > body > div:first-child > header:first-child > div:nth-child(2) > div:nth-child(3) > div:first-child > div:first-child > div:first-child { \n\tdisplay: none !important; \n}\nhtml > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child {\n\tcursor: default; \n}" "customCss": "/* hide the menu bar, the \"Keep\" text and the Google Apps button */\nhtml > body > div:nth-child(2) > div:nth-child(2) > div:first-child, \nhtml > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child > span, \nhtml > body > div:first-child > header:first-child > div:nth-child(2) > div:first-child > div:first-child, \nhtml > body > div:first-child > header:first-child > div:nth-child(2) > div:nth-child(3) > div:first-child > div:first-child > div:first-child { \n\tdisplay: none !important; \n}"
}, },
{ {
"url": "https://calendar.google.com/calendar", "url": "https://calendar.google.com/calendar",
@ -46,4 +46,4 @@
} }
], ],
"padding": 5 "padding": 5
} }