Greasy Fork 支持简体中文。

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.

  1. // ==UserScript==
  2. // @namespace Mikhoul
  3. // @name Facebook Sort Recent NewsFeed by Default
  4. // @version 1.5
  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 http*://www.facebook.com/?ref=logo*
  11. // @run-at document-start
  12. // @grant none
  13. // ==/UserScript==
  14.  
  15. window.location.href = "https://www.facebook.com/?sk=h_chr";