diff --git a/worker.js b/worker.js index 813126a..db62eb9 100644 --- a/worker.js +++ b/worker.js @@ -192,6 +192,7 @@ class HeadRewriter { div.notion-topbar > div > div:nth-child(4) { display: none !important; } div.notion-topbar > div > div:nth-child(5) { display: none !important; } div.notion-topbar > div > div:nth-child(6) { display: none !important; } + div.notion-topbar > div > div:nth-child(7) { display: none !important; } div.notion-topbar-mobile > div:nth-child(3) { display: none !important; } div.notion-topbar-mobile > div:nth-child(4) { display: none !important; } div.notion-topbar > div > div:nth-child(1n).toggle-mode { display: block !important; }