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.

Fra og med 26.12.2015. Se den nyeste version.

// ==UserScript== 
// @namespace      Mikhoul 
// @name           Facebook Sort Recent NewsFeed by Default  
// @version        1.1  
// @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"); 

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