DonavanMartin / FB-Iphone-Clean-my-feeds

A browser script that removes unwanted posts from Facebook Mobile

Home Page:https://greasyfork.org/en/scripts/479868-fb-mobile-clean-my-feeds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


sweeper logo

FB Iphone - Clean my feeds (UserScript)

Greasy Fork


Hides Suggested and Unwanted posts from Facebook Iphone feed. Get a clean Newsfeeds with posts only from your friends, pages and groups you follow.

⚠️ Works on Iphone Only

How to use

  1. Download and install Userscripts on App Store https://apps.apple.com/xk/app/userscripts/id1463298887?platform=iphone
  2. Follow Userscripts installation guide.
  3. Add "FB Iphone - Clean my feeds.user.js" file to Userscripts folder.

Removes

  • Suggested posts
  • Sponsored posts
  • Unlabeled posts containing "Follow" button
  • Unlabeled posts containing "Join" button

Languages Supported

  • Portuguese
  • German
  • French
  • Spanish
  • Czech
  • Vietnamese
  • Italian
  • Latvian
  • Polish
  • Dutch
  • Indonesian
  • Chinese (Simplified)
  • Chinese (Traditional)
  • Japanese
  • Finnish
  • Turkish
  • Greek
  • Russian

How it works

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]
Loading

⭐ If you like this project a Star would be nice. ⭐ You can request for new filters or submit issues here: [Github/issues](https://github.com/webdevsk/FB-Mobile-Clean-my-feeds/issues) ⭐ Want to contribute? Fork this repo and create a pull request here: [Github/pulls](https://github.com/webdevsk/FB-Mobile-Clean-my-feeds/pulls)

For PC browsers, use this instead: https://github.com/zbluebugz/facebook-clean-my-feeds

About

A browser script that removes unwanted posts from Facebook Mobile

https://greasyfork.org/en/scripts/479868-fb-mobile-clean-my-feeds

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%