Skip to content

Instantly share code, notes, and snippets.

@kyanny
Forked from anonymous/gist:555061
Created September 7, 2010 16:13
Show Gist options
  • Select an option

  • Save kyanny/568601 to your computer and use it in GitHub Desktop.

Select an option

Save kyanny/568601 to your computer and use it in GitHub Desktop.

Revisions

  1. kyanny revised this gist Sep 7, 2010. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    javascript:(function(){var d=new Date(); alert("%E3%80%90" + [d.getYear()+1900,d.getMonth()+1,d.getDay()].join('/') + '%E3%80%91' + '<a href="' + location + '">' + document.title + '</a>')})();
    javascript:(function(){var d=new Date(); alert("%E3%80%90" + [d.getYear()+1900,d.getMonth()+1,d.getDate()].join('/') + '%E3%80%91' + '<a href="' + location + '">' + document.title + '</a>')})();
  2. @invalid-email-address Anonymous created this gist Aug 28, 2010.
    1 change: 1 addition & 0 deletions gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    javascript:(function(){var d=new Date(); alert("%E3%80%90" + [d.getYear()+1900,d.getMonth()+1,d.getDay()].join('/') + '%E3%80%91' + '<a href="' + location + '">' + document.title + '</a>')})();