Skip to content

Instantly share code, notes, and snippets.

@spixi
spixi / userscript.js
Last active March 13, 2020 23:52
FB Timestamp Displayer
// ==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==