An open API service indexing awesome lists of open source software.

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.

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:

Screen Shot 2023-11-27 at 11 44 37 PM

After:

Screen Shot 2023-11-27 at 11 46 13 PM

Extension Icon:

Screen Shot 2023-11-27 at 11 44 01 PM

Extension Popup Window:

Screen Shot 2023-11-27 at 11 43 54 PM

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