Skip to content

Instantly share code, notes, and snippets.

@philipproplesch
Created December 21, 2015 18:42
Show Gist options
  • Save philipproplesch/d0f0ad5091da5d748465 to your computer and use it in GitHub Desktop.
Save philipproplesch/d0f0ad5091da5d748465 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Facebook stream sorted by date
// @namespace http://d3v.biz
// @version 0.1
// @description
// @author Philip Proplesch
// @match https://www.facebook.com/*
// @grant none
// ==/UserScript==
/* jshint -W097 */
'use strict';
document.querySelector('a[href="https://www.facebook.com/?ref=logo"]').setAttribute('href', 'https://www.facebook.com/?sk=h_chr');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment