Skip to content

askkaz/notion-widget-hider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Notion Widget Hider

A Chrome extension that hides the Notion popup assistant widget on notion.so pages.

What it does

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.so domain for better performance

Installation

  1. Download or clone this extension

    • Download the files or clone this repository to your local machine
  2. Open Chrome Extensions page

    • Go to chrome://extensions/ in your Chrome browser
    • Or click the three dots menu → More tools → Extensions
  3. Enable Developer mode

    • Toggle the "Developer mode" switch in the top right corner
  4. Load the extension

    • Click "Load unpacked" button
    • Select the folder containing the extension files
    • The extension should now appear in your extensions list

Usage

Once installed, the extension works automatically:

  • Visit any notion.so page
  • The popup assistant widget will be hidden
  • No configuration needed - it just works!

Files

  • manifest.json - Extension configuration
  • content.js - JavaScript that hides the widget and monitors for new ones
  • content.css - CSS rules to hide the widget
  • README.md - This file

Uninstallation

To remove the extension:

  1. Go to chrome://extensions/
  2. Find "Notion Widget Hider" in the list
  3. Click "Remove"

About

Hides the Notion AI assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published