From 4ca103fc8386f3b37e5198104e8f48fd946a81ce Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 2 Apr 2022 15:29:05 +0200 Subject: [PATCH] changed the google keep preset to use paths instead of class names --- src/settings.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/settings.ts b/src/settings.ts index 49c2e6d..b92d100 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -35,7 +35,8 @@ div.dwlvNd { hideOnMobile: true, zoomLevel: 1, customCss: `/* hide the menu bar and the "Keep" text */ -.PvRhvb-qAWA2, .gb_2d.gb_Zc { +html > body > div > div > div:first-child, +html > body > div > header > div > div > div > div > a > span { display: none !important; }` },