Skip to content

Instantly share code, notes, and snippets.

@imjared
Created July 7, 2020 15:28
Show Gist options
  • Save imjared/db454391043df68072ba32c65fa8bb09 to your computer and use it in GitHub Desktop.
Save imjared/db454391043df68072ba32c65fa8bb09 to your computer and use it in GitHub Desktop.
Use uBlock's filters to move Notion's table of contents to somewhere useful
! In ublock's extension settings, under "My Filters", add the following:
! move notion's table of contents to the side
notion.so##.notion-table_of_contents-block>div:style( 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;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment