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.

目前为 2016-01-04 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @namespace Mikhoul
  3. // @name Facebook Sort Recent NewsFeed by Default
  4. // @version 1.2
  5. // @description Automatically changes facebook's url to show your Most Recent news feed by default instead of the Top Stories.
  6. // @include https://www.facebook.com/
  7. // @include http://www.facebook.com/
  8. // @include https://www.facebook.com/home.php*
  9. // @include http://www.facebook.com/home.php*
  10. // @include https://www.facebook.com/?sk=h_chr
  11. // @grant none
  12. // ==/UserScript==
  13.  
  14. window.location.href = "https://www.facebook.com/?sk=h_chr";