https://github.com/datvm/facebookadblock
Hide ads and "Suggested for you" feed items on Facebook News feed.
https://github.com/datvm/facebookadblock
Last synced: about 2 months ago
JSON representation
Hide ads and "Suggested for you" feed items on Facebook News feed.
- Host: GitHub
- URL: https://github.com/datvm/facebookadblock
- Owner: datvm
- License: mit
- Created: 2020-02-19T11:30:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T16:50:38.000Z (over 5 years ago)
- Last Synced: 2025-02-14T15:16:32.243Z (4 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is the repository for the Chrome Extension Facebook AdBlocker as a small personal project for myself.
You can also side-load the extension from this repository.
The code is very simple, you can see how the ads are detected and hidden in the Javascript file. No tracking included.
If Facebook patches it, I may update the extension but no promise as this is just a personal project and I gain no profit from it.
I also wrote [an article here](https://medium.com/@luke.vo/how-to-write-a-chrome-extension-to-block-ads-on-facebook-news-feed-57363e3b7a3c) to explain how the code works, and you can write one for yourself too.