indywidualny / FaceSlim

Web App for Facebook. Lightweight, ad-free, chat support and modern look.
http://indywidualni.org
GNU General Public License v2.0
318 stars 63 forks source link

Add support for fb:// urls #402

Open brownianmotion opened 4 years ago

brownianmotion commented 4 years ago

Some pages on the mobile site now link to fb:// urls. It would be nice to rewrite these to http urls.

Currently, the "See your memories" link points to fb://onthisday/?source=shared_feed_story and clicking on it displays this message:

Web page not available The web page at fb://onthisday/?source=shared_feed_story could not be loaded because: net::ERR_UNKNOWN_URL_SCHEME

We should be able to rewrite that to https://m.facebook.com/onthisday/?source=shared_feed_story

brownianmotion commented 4 years ago

I'll try and throw together a pull request for this in the near future.

creativetrendsapps commented 4 years ago

I'll try and throw together a pull request for this in the near future.

No longer a need for this. Facebook fixed whatever they changed.