Skip to content

Instantly share code, notes, and snippets.

@scotu
Last active February 9, 2021 22:32
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 scotu/016e1341fd6147e75fa7d85b5dcfe0f1 to your computer and use it in GitHub Desktop.
Save scotu/016e1341fd6147e75fa7d85b5dcfe0f1 to your computer and use it in GitHub Desktop.
Today in history bookmarklet (create a browser bookmark and paste this as its url)
javascript:(function(){location.href = 'https://en.wikipedia.org/wiki/'+["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"][(new Date()).getMonth()]+'_'+(new Date()).getDate();})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment