Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/exoad/f_off

Firefox extension to hide blocked Discord messages
https://github.com/exoad/f_off

browser-extension discord firefox-extension

Last synced: about 7 hours ago
JSON representation

Firefox extension to hide blocked Discord messages

Awesome Lists containing this project

README

        

F*ck Off



A Firefox extension to hide blocked messages on Discord






## File structure

* All the code is located in [`./scripts/app.js`](./scripts/app.js)
* The API is used to distribute any changes Discord has made to their website in real time without including an updater of sorts. API related files are found under [`./api/constants.json`](./api/constants.json)

## Permissions

This extension requires access to of course `discord.com`; however, it also requires access to `raw.githubusercontent.com` because of the dynamic API utilized for easy updates and distribution.

## Is it even working?

If you want to make sure the extension is working, do the following:

1. Refresh Discord web page
2. Open up Inspect Element
3. Head over to `Console` tab
4. Search for `[F_Off]` and there should be some text looking like the following:
![Load Image](repo/image.png)

## Privacy

Look at [`./scripts/app.js`](./scripts/app.js). Nothing is being collected, the extension just access the API JSON file to lookup which DOM elements should be removed (ie considered "blocked messages")