Created
February 4, 2021 16:17
-
-
Save imjared/745fa70ee6188312a50a5f012cbcae3f to your computer and use it in GitHub Desktop.
Adds a pinned table of contents when viewing Notion. Relies on uBlock Origin filters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Add to U | |
! add notion | |
notion.so##.notion-table_of_contents-block>div:style(overflow: scroll; overflow-x: hidden; background-color: white; position: fixed !important; top: 4rem; left: 1rem; width: 350px !important; padding: 2rem; border: 1px solid #eee; border-radius: 5px; max-height: calc(100vh - 5rem) !important; overflow: scroll;) |
Author
imjared
commented
Feb 4, 2021
- install uBlock Origin
- Edit settings while on a Notion page with a table of contents (https://share.getcloudapp.com/p9u85G5Z)
- Add the above and save changes
- Refresh the Notion page
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment