This Chrome browser extension hides the open-by-default notifications pane that appears when going through a course on edX.
This project uses vanilla JS, CSS, and HTML.
You can clone the repo locally using git clone
.
This article 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.
Before:
After:
Extension Icon:
Extension Popup Window:
Eventually I hope to port all of my Chrome extensions to Firefox.