Advertisement
pwtenny

Force Facebook to only show posts reverse chronologically

Apr 11th, 2020
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name     Facebook Recent
  3. // @version  1
  4. // @grant    none
  5. // @namespace blurgelasdfjkajsdf
  6. // @description Force Facebook to always show posts chronologically instead of "top posts" first.
  7. // @include https://www.facebook.com/?sk=h_nor
  8. // @include https://www.facebook.com/
  9. // ==/UserScript==
  10.  
  11. document.location = "https://www.facebook.com/?sk=h_chr";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement