A Chrome extension that hides the Notion popup assistant widget on notion.so pages.
This extension automatically hides the annoying popup widget with the class .notion-assistant-corner-origin-container that appears on Notion pages. It works by:
- Applying CSS to hide the widget immediately
- Monitoring for new widgets that might appear dynamically
- Only runs on
notion.sodomain for better performance
-
Download or clone this extension
- Download the files or clone this repository to your local machine
-
Open Chrome Extensions page
- Go to
chrome://extensions/in your Chrome browser - Or click the three dots menu → More tools → Extensions
- Go to
-
Enable Developer mode
- Toggle the "Developer mode" switch in the top right corner
-
Load the extension
- Click "Load unpacked" button
- Select the folder containing the extension files
- The extension should now appear in your extensions list
Once installed, the extension works automatically:
- Visit any
notion.sopage - The popup assistant widget will be hidden
- No configuration needed - it just works!
manifest.json- Extension configurationcontent.js- JavaScript that hides the widget and monitors for new onescontent.css- CSS rules to hide the widgetREADME.md- This file
To remove the extension:
- Go to
chrome://extensions/ - Find "Notion Widget Hider" in the list
- Click "Remove"