Hides Suggested and Unwanted posts from Facebook Mobile feed. Get a clean Newsfeeds with posts only from your friends, pages and groups you follow.
Table of contents
- Suggested for you
- Sponsored
- Unlabeled posts containing "Follow" button
- Unlabeled posts containing "Join" button
Facebook has an enhanced Mobile version of facebook which only works on Chromium browsers. The browsing experience is not as good as the App you are used to. It shows low quality photos and videos. But this is all we got that we can inject a script into.
ℹ️ So keep the original App installed and use it only for leisure browsing.
- English
- বাংলা
You can contribute by adding more languages
- Find an
Android
phone somewhere. - Install Kiwi Browser from PlayStore.
- Facebook enhanced version won't load on Firefox based browsers.
- Use any Chromium based browser that supports extensions.
- Launch
Kiwi Browser
then Install the Violentmonkey extension from Chrome Web Store.- You can try other similiar extensions but I haven't tried them myself.
- (Optional) Install uBlock Origin extension.
- Not required for this script but will improve your overall browsing experience by a mile.
- Head over to this link and Press
Install
and Confirm installation: https://greasyfork.org/en/scripts/479868-fb-mobile-clean-my-feeds - Browse https://m.facebook.com/ without all the trash.
- Open https://m.facebook.com/
- Press the Kiwi Browser
3 dot menu
- Press
Add to Homescreen
- Set your preferred Label and press
Add
- Find it in your Android Home screen
- Jitters when scrolling
- You actually scroll faster than you think. So new posts get added pretty frequently. While the execution of the script isn't slow, shrinking of unwanted posts causes constant Page height shifts. You can find learn more about it inside the script.
- Blank Posts when coming back to NewsFeed
- Firefox based browsers not supported
- The enhanced version of
m.facebook
only loads on Chromium browsers. Nothing I can do about it for now.
- The enhanced version of
- Api rate limit
⚠️ Please scroll slowly- After a while they keep pushing hundreds of Suggested posts in a row. As you keep scrolling faster than usual, it is possible to hit Api rate limit.
Or in general term: they put a timer between each post requests and you asked for posts before the timer ended
- After a while they keep pushing hundreds of Suggested posts in a row. As you keep scrolling faster than usual, it is possible to hit Api rate limit.
- Doesn't work when coming back after a break
- Instead of doing the "Pull down to refresh", press the 3 dot menu and press Refresh there.
graph TD;
A[DOM Loads]-->B[Waits for new posts using Mutation Observer];
B-->C[Searches through new posts]
C-->|Regular Posts| D[Shown]
C-->|Unwanted Posts| E[Hidden]
⭐ If you like this project a Star would be nice.
⭐ You can request for new filters or submit issues here: Github/issues
⭐ Want to contribute? Fork this repo and create a pull request here: Github/pulls
For PC browsers, use this instead: https://github.com/zbluebugz/facebook-clean-my-feeds