https://github.com/garnetred/hide-edx-notifications
This Chrome extension hides the edx side panel that is open by default on the right-hand side of the page.
https://github.com/garnetred/hide-edx-notifications
browser-extensions chrome-extensions edx
Last synced: about 1 year ago
JSON representation
This Chrome extension hides the edx side panel that is open by default on the right-hand side of the page.
- Host: GitHub
- URL: https://github.com/garnetred/hide-edx-notifications
- Owner: garnetred
- Created: 2023-11-28T04:39:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T04:48:42.000Z (over 2 years ago)
- Last Synced: 2025-03-02T16:14:12.144Z (over 1 year ago)
- Topics: browser-extensions, chrome-extensions, edx
- Language: HTML
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hide edX Notifications
## Abstract
This Chrome browser extension hides the open-by-default notifications pane that appears when going through a course on edX.
## Tech Stack
This project uses vanilla JS, CSS, and HTML.
## Setup/Installation
You can clone the repo locally using `git clone`.
[This article](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked) offers detailed instructions on loading an unpacked chrome extension. You can navigate to the chrome extensions page via the puzzle piece icon in the toolbar. Enable "developer mode" on the top-right. From there, you can click "load unpacked extension" and choose the folder via the popup. You should then see the notification bell icon appear in the toolbar. When you click on it, you can see "Hide edX Notifications."
On any url that includes `learning.edx.org/course` you should no longer see the notification pane to the right. In order to see it you'll first need to disable the extension.
## Screenshots
Before:

After:

Extension Icon:

Extension Popup Window:

## Future Changes
Eventually I hope to port all of my Chrome extensions to Firefox.