Skip to content

Notion Hide Top Navigation Bar by overflowcat

Details

Authoroverflowcat

LicenseNo License

Categorynotion

Created

Updated

Size516 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide top navigation bar of Notion in case of embarrassing path in public presentation

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Notion Hide Top Navigation Bar
@version      20211007.07.48
@namespace    userstyles.world/user/overflowcat
@description  Hide top navigation bar of Notion in case of embarrassing path in public presentation
@author       overflowcat
@license      No License
==/UserStyle== */

@-moz-document domain("notion.so") {
#notion-app > div > div.notion-cursor-listener > div:nth-child(2) > div:nth-child(1) > div.notion-topbar > div:nth-child(1) > div.notranslate{
  visibility: collapse;
}
}

Reviews

No reviews yet.