Greasy Fork is available in English.

Facebook Sort Recent NewsFeed by Default

Automatically changes facebook's url to show your Most Recent news feed by default instead of the Top Stories.

As of 2015-12-20. See the latest version.

// ==UserScript== 
// @namespace      Mikhoul 
// @name           Facebook Sort Recent NewsFeed by Default  
// @version        1.0  
// @description    Automatically changes facebook's url to show your Most Recent news feed by default instead of the Top Stories.  
// @include        /^https?://www\.facebook\.com/?$/  
// @exclude        /^https?://www\.facebook\.com/.*\?sk=h_chr*/  
// @run-at         document-start  
// ==/UserScript==   

location.href=location.href.replace("https://www.facebook.com/"," https://www.facebook.com/?sk=h_chr );