This file contains 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 FB Timestamp Displayer | |
// @namespace Facebook | |
// @match http://*.facebook.com/* | |
// @match https://*.facebook.com/* | |
// @run-at document-start | |
// @version 0.1 | |
// @author spixi | |
// @description Shows the timestamp of Facebook posts | |
// ==/UserScript== |