Skip to content

Instantly share code, notes, and snippets.

@Quit
Created July 15, 2015 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Quit/495665a8e37a675a48bb to your computer and use it in GitHub Desktop.
Save Quit/495665a8e37a675a48bb to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name 24h Discourse
// @namespace rpt
// @include http://discourse.stonehearth.net/*
// @version 1
// @grant none
// ==/UserScript==
moment.fn.longDate = function() { return this.format("D. MMMM YYYY, H:mm"); };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment