Last active
February 9, 2021 22:32
-
-
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)
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
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