From 5616d76bb51f0726bc26501dd62e66266ddb7137 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 8 Apr 2022 14:09:01 +0200 Subject: [PATCH] improved keep css to stop it from hiding other stuff --- src/settings.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/settings.ts b/src/settings.ts index b92d100..311fb28 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -35,8 +35,8 @@ div.dwlvNd { hideOnMobile: true, zoomLevel: 1, customCss: `/* hide the menu bar and the "Keep" text */ -html > body > div > div > div:first-child, -html > body > div > header > div > div > div > div > a > span { +html > body > div:nth-child(2) > div:nth-child(2) > div:first-child, +html > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child > span { display: none !important; }` },