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.

目前為 2015-12-26 提交的版本,檢視 最新版本

// ==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" );