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.

2017-08-21 일자. 최신 버전을 확인하세요.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript== 
// @namespace      Mikhoul 
// @name           Facebook Sort Recent NewsFeed by Default  
// @version        1.4  
// @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/
// @include      http://www.facebook.com/
// @include      https://www.facebook.com/home.php*
// @include      http://www.facebook.com/home.php*
// @include      http*://www.facebook.com/?ref=logo*
// @grant none 
// ==/UserScript==    

window.location.href = "https://www.facebook.com/?sk=h_chr";