Created
December 21, 2015 18:42
-
-
Save philipproplesch/d0f0ad5091da5d748465 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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