Skip to content

Remove Hidden Group from Notion by bharatsingla12

Details

Authorbharatsingla12

LicenseNo License

Categorywww.notion.so

Created

Updated

Size575 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

It removes the hidden group from Board view in Notion

Notes

It removes the hidden group from Board view in Notion

Source code

/* ==UserStyle==
@name           11/10/2022, 1:59:39 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://www.notion.so/") {

.notion-board-view>div:nth-child(1)>div:nth-child(4),
.notion-board-view>div:nth-child(1)>div:nth-child(1)>div:nth-child(3) {
        display: none !important;
}
.notion-board-view > [data-block-id] > div:last-child,
.notion-board-view > [data-block-id] > div:first-child > div:last-child {
  display: none !important;
}
    
}

Reviews

No reviews yet.