Skip to content

Remove Notion WYSIWYG by lisaross

Details

Authorlisaross

LicenseNo License

Categoryuserstyles, notion, WYSIWYG

Created

Updated

Size396 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Disables the WYSIWYG popup on Notion pages

Notes

Based on a requirement by @EleanorKonik, I put a simple little CSS hack together that disables the WYSIWYG popup on Notion pages.

Source code

/* ==UserStyle==
@name         Remove Notion WYSIWYG
@version      20220515.18.14
@namespace    userstyles.world/user/lisaross
@description  Disables the WYSIWYG popup on Notion pages
@author       lisaross
@license      No License
==/UserStyle== */

@-moz-document domain("notion.so") {
/** Removes WYSIWYG popover **/
.notion-text-action-menu {
    display: none !important;
}

}

Reviews

No reviews yet.