BasedBook is a userscript (and a browser extension in future) that redirects you from facebook default feed to a feed where you can only view posts from pages you follow, your friends, and groups you are a member of. Basically it's facebook, but from pre 2010 era.
- Redirects you to a feed with only posts from pages you follow, your friends, and groups you are a member of.
- Removes suggested posts and other distractions from your feed.
- Makes your facebook experience more focused and less overwhelming.
BasedBook monitors Facebook's client-side navigation using the browser's History API. It basically monkey-patch the pushState and replaceState methods of the history API to redirect you to a custom feed URL whenever you try to navigate to the default feed.
- Improve the README.md
- Create a browser extension version of BasedBook