mostra feed recenti Facebook figuccio

icona facebook e icona home reindirizzano ai feed piu recenti 2023

  1. // ==UserScript==
  2. // @name mostra feed recenti Facebook figuccio
  3. // @namespace https://greasyfork.org/users/237458
  4. // @version 0.2
  5. // @author figuccio
  6. // @description icona facebook e icona home reindirizzano ai feed piu recenti 2023
  7. // @match https://*.facebook.com/*
  8. // @match https://*.facebook.com/me/*
  9. // @grant GM_addStyle
  10. // @grant GM_setValue
  11. // @grant GM_getValue
  12. // @grant GM_registerMenuCommand
  13. // @run-at document-start
  14. // @icon https://www.google.com/s2/favicons?domain=facebook.com
  15. // @noframes
  16. // @license MIT
  17. // ==/UserScript==
  18. (function recent() {
  19. window.setTimeout(recent,1000);
  20. ////////////////////home e logo/////////////////////////////
  21. if(location.href.match(/facebook\.com\/?$/))
  22. window.location.href="https://www.facebook.com/?sk=h_chr";
  23. ////////////////////////////////////////////////////////////
  24. })();
  25.  
  26.  
  27.  
  28.